| blib/lib/Module/Setup/Flavor/SelectVC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 9 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 21 | 15 | 2 | 1 | ref $_ eq 'HASH' and $_->{'module'} eq $pkg |
| 28 | 134 | 2 | 1 | ref $_ eq 'HASH' and $_->{'module'} eq 'VC::SVK' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 1 | 3 | 13 | ref $_ eq 'HASH' && $_->{'module'} eq 'VC::SVN' || $_ eq 'VC::SVN' |