blib/lib/Module/Setup/Flavor/SelectVC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
17 | 103 | 11 | unless $context->dialog("Do you use $name? [yN]", 'n') =~ /[Yy]/ |
21 | 17 | 1 | unless ref $_ eq 'HASH' and $_->{'module'} eq $pkg |
22 | 4 | 7 | if grep {$_ eq $pkg unless ref $_ eq 'HASH' and $_->{'module'} eq $pkg;} @{$$config{'plugins'};} |
27 | 6 | 32 | if (grep {$_ eq 'VC::SVK' unless ref $_ eq 'HASH' and $_->{'module'} eq 'VC::SVK';} @{$$config{'plugins'};}) |
28 | 136 | 1 | unless ref $_ eq 'HASH' and $_->{'module'} eq 'VC::SVK' |