blib/lib/Test/Version.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 26 | 76.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 0 | 15 | 8 | $mmv >= $rec and not defined $cfg->{'ignore_unindexable'} |
105 | 55 | 16 | 0 | $cfg->{'ignore_unindexable'} and not $info->is_indexable |
199 | 5 | 4 | 2 | $ok and not $consistent |
9 | 1 | 1 | $ok and not $consistent and $cfg->{'consistent'} | |
240 | 8 | 1 | 3 | $cfg->{'consistent'} and not $consistent |
253 | 6 | 2 | 1 | not $cfg->{'has_version'} and $version_counter < 1 |
line | l | !l | condition |
---|---|---|---|
97 | 72 | 1 | $file ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
98 | 0 | 73 | 0 | $name ||= "check version in '${file}'" |
229 | 0 | 12 | 0 | $name ||= "all modules in $dir have valid versions" |