line |
!l |
l&&!r |
l&&r |
condition |
15
|
5 |
53 |
75 |
$self->type eq 'compile' and &any(sub {
$s->[0] eq $_;
}
, 'use', 'no') |
|
58 |
4 |
71 |
$self->type eq 'compile' and &any(sub {
$s->[0] eq $_;
}
, 'use', 'no') and scalar @$s > 2 |
|
57 |
68 |
3 |
$self->type eq 'compile' and &any(sub {
$s->[0] eq $_;
}
, 'use', 'no') and scalar @$s > 2 and $s->[1] eq 'Test::Requires' |
|
125 |
3 |
2 |
$self->type eq 'runtime' and $s->[0] eq 'test_requires' |
|
128 |
0 |
2 |
$self->type eq 'runtime' and $s->[0] eq 'test_requires' and scalar @$s > 1 |
20
|
0 |
3 |
0 |
not $version and stripquotelike($s->[2]) =~ /^v?5(\..*)?$/ |
38
|
1 |
0 |
1 |
$args[1] && $args[1] ne ';' |