| line |
true |
false |
branch |
|
29
|
0 |
22 |
ref $list->[0] eq 'ARRAY' ? : |
|
|
4 |
22 |
ref $list->[0] eq 'HASH' ? : |
|
45
|
0 |
0 |
exists $bools{$thing} ? : |
|
56
|
0 |
6 |
unless @_ |
|
59
|
6 |
0 |
unless grep((!ref($_) && /^using$/), @_) |
|
64
|
6 |
14 |
if ($method =~ /=/) |
|
86
|
6 |
14 |
if ($method eq 'using') { } |
|
88
|
2 |
3 |
unless @_ |
|
92
|
2 |
1 |
unless $coderef |
|
94
|
0 |
1 |
if (wantarray) { } |
|
|
0 |
1 |
elsif (defined wantarray) { } |
|
104
|
0 |
1 |
wantarray ? : |
|
109
|
6 |
8 |
defined ${$$opts{'-using'};} ? : |
|
|
1 |
13 |
unless defined(my $object = defined ${$$opts{'-using'};} ? ${$opts->{'-using'};} : $_) |
|
114
|
1 |
19 |
if (defined $opts->{'-prototype'}) |
|
124
|
0 |
20 |
if $as eq '-' |
|
131
|
16 |
4 |
unless $opts->{'-keep'} |