Condition Coverage

blib/lib/Dist/Zilla/Plugin/SyncCPANfile.pm
Criterion Covered Total %
condition 13 16 81.2


and 3 conditions

line !l l&&!r l&&r condition
91 11 3 5 $advisories and $version =~ /(>|<|>=|<=|!=|==)/
94 1 2 2 defined $min_version and not $req->accepts_module($module, $min_version)
104 0 0 3 $min_version && 'version'->new($version) < 'version'->new($min_version)
108 1 0 2 $version == 0 and $vuln_version_requested

or 2 conditions

line l !l condition
83 17 2 $req->requirements_for_module($module) || 0
139 7 10 $advisory->{'fixed_versions'} // ""