Condition Coverage

lib/App/CPANTS/Lint.pm
Criterion Covered Total %
condition 0 42 0.0


and 3 conditions

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

or 2 conditions

line l !l condition
41 0 0 $$res{'ignored'} ||= []
45 0 0 $$res{'ignored'} ||= []
48 0 0 $$kwl{$$ind{'name'}} || 0
57 0 0 $fails{$type} ||= []
116 0 0 $$self{'res'} || {}
247 0 0 $$self{'opts'}{'dir'} || '.'

or 3 conditions

line l !l&&r !l&&!r condition
13 0 0 0 $opts{'yaml'} or $opts{'json'}