Branch Coverage

blib/lib/Module/Setup/Flavor/SelectVC.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
17 106 11 unless $context->dialog("Do you use $name? [yN]", 'n') =~ /[Yy]/
20 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 140 1 unless ref $_ eq 'HASH' and $$_{'module'} eq 'VC::SVK'
6 33 if (grep {$_ eq 'VC::SVK' unless ref $_ eq 'HASH' and $$_{'module'} eq 'VC::SVK';} @{$$config{'plugins'};})