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