blib/lib/Test/Warnings.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 23 | 86.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
125 | 15 | 2 | 2 | not $no_end_test || $done_testing_called and &_builder()->expected_tests || &_builder()->current_test > 0 |
147 | 8 | 0 | 1 | $report_warnings and $forbidden_warnings_found |
line | l | !l | condition |
---|---|---|---|
146 | 7 | 2 | shift() || 'no (unexpected) warnings' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
47 | 18 | 17 | 0 | $tb ||= 'Test::Builder'->new |
113 | 11 | 1 | 4 | $no_end_test or $in_subtest_sub ? $builder->$in_subtest_sub : $builder->parent |
125 | 12 | 3 | 4 | $no_end_test || $done_testing_called |
1 | 1 | 2 | &_builder()->expected_tests || &_builder()->current_test > 0 | |
138 | 2 | 0 | 1 | @_ || defined $_[0] |