Condition Coverage

blib/lib/App/eachperl.pm
Criterion Covered Total %
condition 0 39 0.0


and 3 conditions

line !l l&&!r l&&r condition
150 0 0 0 \$_ == \$_until_version and not $_ =~ /\.\d+\./u
189 0 0 0 $_since_version and $ver lt $_since_version
190 0 0 0 $_until_version and $ver gt $_until_version
191 0 0 0 $_no_system_perl and $perl->fullpath eq $^X
192 0 0 0 defined $_use_devel and $perl->is_devel ^ $_use_devel
194 0 0 0 $selected and defined $_only_if
243 0 0 0 @argv and ref $argv[0] eq "HASH"
325 0 0 0 $? and $_stop_on_fail

or 3 conditions

line l !l&&r !l&&!r condition
137 0 0 0 $_perls //= $config->{'_'}{'perls'}
138 0 0 0 $_since_version //= $config->{'_'}{'since_version'}
139 0 0 0 $_until_version //= $config->{'_'}{'until_version'}
140 0 0 0 $_only_if //= $config->{'_'}{'only_if'}
141 0 0 0 $_install_no_system //= $config->{'_'}{'install_no_system'}