| line |
true |
false |
branch |
|
7
|
0 |
5 |
if (*Test::Builder::new{'CODE'}) |
|
100
|
0 |
6 |
unless defined $name |
|
111
|
0 |
7 |
unless defined $name |
|
115
|
0 |
7 |
unless $Test->ok(!$@, "Test '${name}' completed") |
|
116
|
0 |
7 |
unless $Test->ok(!length($prem), "Test '${name}' no premature diagnostication") |
|
128
|
60 |
0 |
if (defined $$expect{$field}) |
|
140
|
0 |
12 |
unless defined $name |
|
160
|
12 |
0 |
if (exists $$expect{'depth'}) |
|
166
|
12 |
0 |
if (defined $depth) |
|
168
|
0 |
12 |
unless $Test->is_eq($$result{'depth'}, $depth, 'checking depth') |
|
172
|
12 |
0 |
if (defined(my $exp = $$expect{'diag'})) |
|
177
|
2 |
10 |
if length $exp and not $exp =~ /\n$/ |
|
178
|
0 |
12 |
if (not $Test->ok($$result{'diag'} eq $exp, "subtest '${sub_name}' of '${name}' compare diag")) |
|
189
|
0 |
0 |
if ($want_space) { } |
|
218
|
0 |
0 |
if ($c > 32 and $c < 125 or $c == 10) { } |
|
256
|
0 |
2 |
if ($plan[$idx] eq 'import') |