Condition Coverage

lib/CPAN/Meta/Prereqs/Diff.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
106 1 14 4 ref $input_prereqs and &blessed($input_prereqs)
110 1 0 14 ref $input_prereqs and 'HASH' eq ref $input_prereqs
136 16 43 0 exists $old_modules{$module} and exists $new_modules{$module}
145 16 0 5 exists $old_modules{$module} and not exists $new_modules{$module}

or 3 conditions

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