Condition Coverage

blib/lib/Pepper/Commander.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
60 0 0 0 $args[0] && $$dispatch{$args[0]}
0 0 0 $args[0] ne 'setup' and not -e $self->{'pepper'}{'utils'}{'config_file'}
179 0 0 0 $mode eq 'setup' and $result_message =~ /ERROR/u
336 0 0 0 $args[1] and $args[2]
530 0 0 0 $prompt_key =~ /database/u and $results->{'use_database'} eq 'N'
547 0 0 0 $prompt_set->[0] =~ /password/iu and not $prompt_set->[2]
0 0 0 $prompt_set->[1] =~ /required/iu and not $prompt_set->[2]

or 2 conditions

line l !l condition
142 0 0 $mode ||= 'print'
251 0 0 $config->{'default_endpoint_module'} ||= 'PepperApps::PepperExample'
564 0 0 $prompt_set->[2] || 'N'
587 0 0 $args[1] || 10

or 3 conditions

line l !l&&r !l&&!r condition
569 0 0 0 $results->{$prompt_key} ||= $prompt_set->[2]