Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
108 0 0 0 \$_ == \$_until_version and not $_ =~ /\.\d+\./u
148 0 0 0 $_since_version and $ver lt $_since_version
149 0 0 0 $_until_version and $ver gt $_until_version
150 0 0 0 $_no_system_perl and $perl->fullpath eq $^X
151 0 0 0 defined $_use_devel and $perl->is_devel ^ $_use_devel
153 0 0 0 $selected and defined $_only_if
197 0 0 0 @argv and ref $argv[0] eq "HASH"
279 0 0 0 $? and $_stop_on_fail

or 3 conditions

line l !l&&r !l&&!r condition
96 0 0 0 $_perls //= $config->{'_'}{'perls'}
97 0 0 0 $_since_version //= $config->{'_'}{'since_version'}
98 0 0 0 $_until_version //= $config->{'_'}{'until_version'}
99 0 0 0 $_only_if //= $config->{'_'}{'only_if'}