Condition Coverage

lib/CPAN/Meta/Prereqs/Diff.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
108 1 14 4 ref $input_prereqs and blessed $input_prereqs
112 1 0 14 ref $input_prereqs and 'HASH' eq ref $input_prereqs
138 16 5 38 exists $old_modules{$module} and exists $new_modules{$module}
147 16 0 5 exists $old_modules{$module} and not exists $new_modules{$module}

or 3 conditions

line l !l&&r !l&&!r condition
75 1 0 4 $old_requirement =~ /[<>=, ]/msx or $new_requirement =~ /[<>=, ]/msx