| line |
true |
false |
branch |
|
35
|
0 |
25 |
if $options and not ref $options |
|
37
|
14 |
11 |
unless $options |
|
|
25 |
0 |
if $global |
|
44
|
25 |
0 |
unless $file =~ /^-/u or ref $file eq 'SCALAR' |
|
49
|
0 |
0 |
if $options->{'add_extension'} and $file ne '-' and ref $file ne 'SCALAR' |
|
52
|
23 |
1 |
$options->{'utf8'} ? : |
|
56
|
0 |
24 |
if $file eq '-' |
|
58
|
0 |
24 |
if (ref $file eq 'SCALAR') { } |
|
73
|
25 |
0 |
unless $file eq '-' or ref $file eq 'SCALAR' |
|
75
|
21 |
4 |
unless $options |
|
|
25 |
0 |
if $global |
|
84
|
0 |
0 |
if $options->{'add_extension'} and $file ne '-' and ref $file ne 'SCALAR' |
|
87
|
0 |
25 |
ref $file eq 'SCALAR' ? : |
|
|
0 |
25 |
$file =~ /^-/u ? : |
|
103
|
11 |
1 |
ref $in ? : |
|
106
|
8 |
14 |
if (ref $step eq 'CODE') { } |
|
|
1 |
13 |
elsif (ref $step eq 'ARRAY') { } |
|
|
8 |
5 |
elsif (not ref $step or ref($step) =~ /Path::Tiny/u) { } |
|
|
4 |
1 |
elsif (ref $step eq 'HASH') { } |
|
|
1 |
0 |
elsif (ref $step eq 'SCALAR') { } |
|
108
|
0 |
8 |
if ($implicit_transform) { } |
|
116
|
0 |
1 |
if @chain |
|
123
|
0 |
8 |
unless @chain <= 1 |
|
151
|
0 |
0 |
unless $b->precedence <=> $a->precedence |