line |
!l |
l&&!r |
l&&r |
condition |
32
|
0 |
0 |
0 |
-f $dist and my $error = $mca->unpack |
47
|
0 |
0 |
0 |
$mca->can('x_opts') and $mca->x_opts->{'ignore'}{$$ind{'name'}} |
|
0 |
0 |
0 |
$mca->can('x_opts') and $mca->x_opts->{'ignore'}{$$ind{'name'}} and $$ind{'ignorable'} |
55
|
0 |
0 |
0 |
$type eq 'experimental' and not $$self{'opts'}{'experimental'} |
57
|
0 |
0 |
0 |
$error and ref $error |
70
|
0 |
0 |
0 |
!$fails{'core'} && (!$fails{'extra'} || $$self{'opts'}{'core_only'}) |
75
|
0 |
0 |
0 |
$$self{'opts'}{'yaml'} and eval {
do {
require CPAN::Meta::YAML
}
} |
|
0 |
0 |
0 |
$$self{'opts'}{'json'} and eval {
do {
require JSON::PP
}
} |
113
|
0 |
0 |
0 |
$$self{'opts'}{'colour'} and $self->_supports_colour |