line |
!l |
l&&!r |
l&&r |
condition |
29
|
0 |
0 |
0 |
-f $dist and my $error = $mca->unpack |
44
|
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'} |
52
|
0 |
0 |
0 |
$type eq 'experimental' and not $$self{'opts'}{'experimental'} |
54
|
0 |
0 |
0 |
$error and ref $error |
67
|
0 |
0 |
0 |
!$fails{'core'} && (!$fails{'extra'} || $$self{'opts'}{'core_only'}) |
72
|
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
}
} |
110
|
0 |
0 |
0 |
$$self{'opts'}{'colour'} and $self->_supports_colour |