blib/lib/Module/Install/TestVars.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
25 | 0 | 0 | if ($is_help) |
30 | 0 | 0 | exists $config{$var}{'default'} ? : |
52 | 0 | 0 | if (not exists $test_vars{$var}) { } |
55 | 0 | 0 | exists $config{$var}{'default'} ? : |
0 | 0 | exists $config{$var}{'choices'} && ref $config{$var}{'choices'} ? : | |
72 | 0 | 0 | if ref $config{$var}{'choices'} |
86 | 0 | 0 | unless ($term->ask_yn('prompt', 'Check configuration, proceed?', 'default', 'y')) |
111 | 0 | 0 | if length $vars |