We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd053c commit c354281Copy full SHA for c354281
test/test_simple_cov-html.rb
@@ -181,6 +181,7 @@ def test_output # rubocop:disable Metrics
181
assert_equal("74.11%", subheader_line_coverage)
182
183
unless RUBY_ENGINE != "jruby"
184
+ p RUBY_ENGINE
185
# 58 total branches, 28 branches covered and 30 branches missed. ( 48.27% )
186
subheader_branch_coverage = html_doc.at_css("div#AllFiles div.t-branch-summary span:last-child").content.strip
187
0 commit comments