blib/lib/Test/Block.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
33 | 4 | 15 | unless $expected_tests and $expected_tests =~ /^\d+$/s |
37 | 2 | 13 | defined $name ? : |
61 | 2 | 13 | unless looks_like_number $name |
62 | 4 | 11 | unless $tests_ran == $expected |
71 | 2 | 4 | unless $All_tests_in_block |
72 | 2 | 2 | if $Active_block_count > 0 |
86 | 7 | 14 | if (defined $plan and not eval { do { $plan->isa('Test::Block') } }) |
87 | 1 | 6 | ref $plan ? : |