line |
true |
false |
branch |
108
|
0 |
9 |
if ($arg_for->{'dump'})
|
112
|
0 |
9 |
unless ('Test::More'->can('subtest'))
|
136
|
8 |
1 |
unless ($self->{'no_generate_plan'})
|
155
|
38 |
1 |
if $self->_findbin
|
157
|
28 |
11 |
if ($self->_verbose)
|
164
|
0 |
38 |
if $@
|
181
|
11 |
27 |
unless (defined(my $return = do $test))
|
195
|
7 |
4 |
if (my $e = $@) { }
|
|
3 |
1 |
elsif (scalar 'Test::Builder'->new->details == 0) { }
|
199
|
3 |
4 |
ref $e ? :
|
|
1 |
6 |
unless ref $e ? eval {
do {
$e->isa($ex_class)
}
} : $e =~ /^\Q$ex_class=HASH(0x\E[[:xdigit:]]+\)BEGIN\ failed\-\-compilation\ aborted/
|
218
|
3 |
0 |
if $!
|
227
|
3 |
35 |
if $diag
|
228
|
1 |
37 |
if $error
|