Condition Coverage

blib/lib/Module/CPANTS/Kwalitee/Uses.pm
Criterion Covered Total %
condition 10 20 50.0


and 3 conditions

line !l l&&!r l&&r condition
101 20 0 0 /\.PL$/ and not m[^t[\\/]]
125 2 0 0 $phase eq "test" and $test_modules{$requirement}

or 2 conditions

line l !l condition
190 12 0 $d->{'files_hash'} || {}
201 2 7 $files->{$file}{'requires'} || {}
230 12 0 $d->{'files_hash'} || {}
240 2 7 $files->{$file}{'requires'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
125 0 0 2 $skip{$requirement} or $requirement =~ /^(?:inc|t)::/
0 0 2 $skip{$requirement} or $requirement =~ /^(?:inc|t)::/ or $phase eq "test" and $test_modules{$requirement}