lib/Test/DocClaims.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
257 | 65 | 0 | 1 | not $doc->is_eof and $doc->current_line =~ /^\s*$/ |
261 | 65 | 0 | 13 | not $test->is_eof and $test->current_line =~ /^\s*$/ |
266 | 0 | 0 | 65 | $test->is_eof && $doc->is_eof |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
211 | 44 | 1 | 715 | $doc->is_eof or $test->is_eof |
218 | 1572 | 303 | 695 | not $doc_line->is_doc or $doc_line->text =~ /^\s*$/ |
227 | 1575 | 409 | 695 | not $test_line->is_doc or $test_line->text =~ /^\s*$/ |