Condition Coverage

blib/lib/Module/CPANTS/Kwalitee/NeedsCompiler.pm
Criterion Covered Total %
condition 2 12 16.6


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 11 defined ref $me->d->{'prereq'} and ref $me->d->{'prereq'} eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
20 0 0 19 $f =~ /\.[hc]$/i or $f =~ /\.xs$/i
27 0 0 0 $m->{'requires'} =~ /^Inline::/ or $m->{'requires'} eq 'ExtUtils::CBuilder'
0 0 0 $m->{'requires'} =~ /^Inline::/ or $m->{'requires'} eq 'ExtUtils::CBuilder' or $m->{'requires'} eq 'ExtUtils::ParseXS'