line |
!l |
l&&!r |
l&&r |
condition |
14
|
10 |
57 |
81 |
$self->type eq 'compile' and &any(sub {
$s->[0] eq $_;
}
, 'use', 'no') |
|
67 |
4 |
77 |
$self->type eq 'compile' and &any(sub {
$s->[0] eq $_;
}
, 'use', 'no') and scalar @$s > 2 |
|
61 |
71 |
6 |
$self->type eq 'compile' and &any(sub {
$s->[0] eq $_;
}
, 'use', 'no') and scalar @$s > 2 and &any(sub {
$s->[1] eq $_;
}
, 'Test::Needs', 'Test::Requires') |
|
132 |
6 |
4 |
$self->type eq 'runtime' and &any(sub {
$s->[0] eq $_;
}
, 'test_needs', 'test_requires') |
|
138 |
0 |
4 |
$self->type eq 'runtime' and &any(sub {
$s->[0] eq $_;
}
, 'test_needs', 'test_requires') and scalar @$s > 1 |
19
|
0 |
6 |
0 |
not $version and stripquotelike($s->[2]) =~ /^v?5(?:\..*)?$/ |
37
|
2 |
0 |
2 |
$args[1] && $args[1] ne ';' |