line |
true |
false |
branch |
31
|
0 |
7 |
if ($TEST_DIFF) |
43
|
0 |
20 |
unless (ref $test eq 'CODE') |
55
|
7 |
13 |
if (my $filter = $ENV{'SUBTEST_FILTER'}) |
56
|
4 |
3 |
if ($caption =~ qr/$filter/ or $in_filter) { } |
84
|
0 |
16 |
if $e and not eval {
do {
$e->isa('Test::Builder::Exception')
}
} |
86
|
1 |
15 |
if ($is_skip_all) { } |
|
0 |
15 |
elsif ($tests and $$builder{'Curr_Test'} != $current_test + $tests) { } |
|
0 |
15 |
elsif ($$builder{'Curr_Test'} == $current_test) { } |
108
|
0 |
0 |
$plan == 1 ? : |
119
|
0 |
4 |
unless $cmd |
121
|
0 |
4 |
if $$self{'Have_Plan'} |
123
|
1 |
3 |
if ($cmd eq 'no_plan') { } |
|
1 |
2 |
elsif ($cmd eq 'skip_all') { } |
|
2 |
0 |
elsif ($cmd eq 'tests') { } |
130
|
1 |
0 |
unless $self->no_header |
135
|
2 |
0 |
if ($arg) { } |
|
0 |
0 |
elsif (not defined $arg) { } |
137
|
0 |
2 |
unless ($arg =~ /^\+?\d+$/) |