Sha256: edf49f5a6f9e42081b19ce5a9d6e89978f42e1934a6177933415ddd241f2aebf

Contents?: true

Size: 556 Bytes

Versions: 43

Compression:

Stored size: 556 Bytes

Contents

% function_string = hash[:coverage][:functions].to_s
% branch_string   = hash[:coverage][:branches].to_s
% format_string   = "%#{[function_string.length, branch_string.length].max}i"
<%=@ceedling[:plugin_reportinator].generate_banner("#{hash[:header]}: CODE COVERAGE SUMMARY")%>
% if (!hash[:coverage][:functions].nil?)
FUNCTIONS: <%=sprintf(format_string, hash[:coverage][:functions])%>%
% else
FUNCTIONS: none
% end
% if (!hash[:coverage][:branches].nil?)
BRANCHES:  <%=sprintf(format_string, hash[:coverage][:branches])%>%
% else
BRANCHES:  none
% end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
ceedling-0.15.5 plugins/bullseye/assets/template.erb
ceedling-0.15.4 plugins/bullseye/assets/template.erb
ceedling-0.15.3 plugins/bullseye/assets/template.erb
ceedling-0.15.2 plugins/bullseye/assets/template.erb
ceedling-0.15.1 plugins/bullseye/assets/template.erb
ceedling-0.15.0 plugins/bullseye/assets/template.erb
ceedling-0.13.0 plugins/bullseye/assets/template.erb
ceedling-0.13.0.rc1 plugins/bullseye/template.erb
ceedling-0.12.2 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.12.1 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.12.0 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.11.2 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.11.1 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.11.0 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.10.0 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.9.4 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.9.2 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.9.0 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.0.18 new_project_template/vendor/ceedling/plugins/bullseye/template.erb
ceedling-0.0.17 new_project_template/vendor/ceedling/plugins/bullseye/template.erb