line |
true |
false |
branch |
80
|
27 |
6 |
if -f $app |
83
|
6 |
30 |
if -f 'File::Spec'->catfile($path, $app) |
91
|
0 |
33 |
unless -f $app |
97
|
0 |
41 |
unless $target =~ /^\w+(::\w+)*$/ |
100
|
16 |
25 |
if $@ |
115
|
4 |
6 |
app_is($app, @targets) ? : |
129
|
1 |
1 |
app_is(@_) ? : |
139
|
1 |
1 |
app_isnt(@_) ? : |
158
|
0 |
44 |
unless open my $REALSTDERR, '>&STDERR' |
163
|
0 |
44 |
unless open STDERR, '>&', $REALSTDERR |
192
|
0 |
5 |
if $@ |
193
|
1 |
4 |
unless ($re_Devel) |
194
|
0 |
1 |
'File::Spec'->case_tolerant ? : |
207
|
5 |
46 |
unless $dirs[$i] =~ /$re_AssertApplicationCapabilities/ and $dirs[$i - 1] =~ /$re_Devel/ |
226
|
3 |
2 |
if (wantarray) { } |