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