Condition Coverage

blib/lib/App/DuckPAN/Perl.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
159 0 0 0 $install_it and not &first(sub { $_ eq $duckpan_module_url; } , @to_install)

or 3 conditions

line l !l&&r !l&&!r condition
46 0 0 0 $module eq 'App::DuckPAN' or $module eq 'DDG'
112 0 0 0 $reinstall or $latest
0 0 0 $reinstall or $latest or not $installed_version
117 0 0 0 $pinned_version || $latest_version
0 0 0 $version ||= $pinned_version || $latest_version
133 0 0 0 $pinned_version == $latest_version or $duckpan_module_url = $self->find_previous_url($module, $pinned_version)