line |
true |
false |
branch |
43
|
9 |
9 |
ref $descriptor eq 'HASH' ? : |
44
|
9 |
9 |
ref $descriptor eq 'HASH' ? : |
45
|
14 |
4 |
unless ref $includes eq 'ARRAY' |
46
|
6 |
12 |
unless ref $excludes eq 'ARRAY' |
56
|
18 |
0 |
if ($requires) |
61
|
139 |
17 |
if ($keyword and $module) |
73
|
5 |
15 |
unless $entry |
74
|
24 |
91 |
ref $entry eq 'Regexp' ? : |
|
2 |
13 |
unless (grep {ref $entry eq 'Regexp' ? $_ =~ /$entry/ : $_ eq $entry;} @modules) |
79
|
1 |
10 |
unless $entry |
80
|
24 |
56 |
ref $entry eq 'Regexp' ? : |
|
3 |
7 |
if (grep {ref $entry eq 'Regexp' ? $_ =~ /$entry/ : $_ eq $entry;} @modules) |
88
|
2 |
16 |
if (@missing) |
91
|
2 |
16 |
if (@found) |
104
|
0 |
0 |
unless ref $descriptor eq 'ARRAY' |
106
|
0 |
0 |
ref $entry eq 'Regexp' ? : |
|
0 |
0 |
if (grep {ref $entry eq 'Regexp' ? $_ =~ /$entry/ : $_ eq $entry;} @$modules) |