diff --git a/assets/stylesheets/screen.css.sass b/assets/stylesheets/screen.css.sass index 4023b21..a7dc097 100644 --- a/assets/stylesheets/screen.css.sass +++ b/assets/stylesheets/screen.css.sass @@ -237,6 +237,6 @@ thead background-color: #FBFfCf .missed-branch &:nth-child(odd) - background-color: #cc8e8e + background-color: #ffddbb &:nth-child(even) - background-color: #cc6e6e + background-color: #ffccaa diff --git a/views/source_file.erb b/views/source_file.erb index 92d7958..aee7927 100644 --- a/views/source_file.erb +++ b/views/source_file.erb @@ -32,8 +32,8 @@
<% source_file.lines.each do |line| %> -
-- +
+- <% if line.covered? %><%= line.coverage %><% end %> <% if line.skipped? %>skipped<% end %>