line |
l |
!l&&r |
!l&&!r |
condition |
42
|
2 |
7 |
19 |
$all or do {
require List::Util;
'List::Util'->VERSION('1.33');
&List::Util::any(sub {
$_->check_all_prereqs;
}
, @plugins)
}
|
52
|
1 |
7 |
2 |
$all || $_->check_all_prereqs
|
59
|
1 |
1 |
27 |
$all || $plugin->check_authordeps
|
|
1 |
3 |
25 |
$all || $plugin->check_all_plugins
|
87
|
2 |
0 |
4 |
/^Can't locate (\S+) .+ at \S+ line/ or /^Compilation failed in require at (\S+) line/
|
90
|
2 |
0 |
0 |
$1 || $2
|
106
|
2 |
1 |
0 |
/Run 'dzil authordeps' to see a list of all required plugins/m or / version \(.+\) (does )?not match required version: /m
|