Condition Coverage

blib/lib/Test/Warnings.pm
Criterion Covered Total %
condition 20 23 86.9


and 3 conditions

line !l l&&!r l&&r condition
134 15 2 2 not $no_end_test || $done_testing_called and &_builder()->expected_tests || &_builder()->current_test > 0
159 8 0 1 $report_warnings and $forbidden_warnings_found

or 2 conditions

line l !l condition
158 7 2 shift() || 'no (unexpected) warnings'

or 3 conditions

line l !l&&r !l&&!r condition
50 18 17 0 $tb ||= 'Test::Builder'->new
121 11 1 4 $no_end_test or $in_subtest_sub ? $builder->$in_subtest_sub : $builder->parent
134 12 3 4 $no_end_test || $done_testing_called
1 1 2 &_builder()->expected_tests || &_builder()->current_test > 0
149 2 0 1 @_ || defined $_[0]