Condition Coverage

blib/lib/Test/Data/Sah/Perl.pm
Criterion Covered Total %
condition 15 15 100.0


or 2 conditions

line l !l condition
82 759 686 $res->{'errors'} // {}
84 9 1436 $test->{'warnings'} // 0
85 9 1436 $res->{'warnings'} // {}

or 3 conditions

line l !l&&r !l&&!r condition
79 273 9 1188 exists $test->{'errors'} or exists $test->{'warnings'}
9 1163 25 exists $test->{'errors'} or exists $test->{'warnings'} or exists $test->{'valid'}
81 273 339 833 $test->{'errors'} // ($test->{'valid'} ? 0 : 1)