Condition Coverage

blib/lib/Math/ModInt/Perl.pm
Criterion Covered Total %
condition 10 11 90.9


and 3 conditions

line !l l&&!r l&&r condition
47 7 5 4 not defined $inv and $mod <= 256
187 2 3 0 exists $inverses{$mod} and $mod > 256 || !$inverses{$mod}

or 2 conditions

line l !l condition
173 1 2 $inverses{$mod} ||= [0]

or 3 conditions

line l !l&&r !l&&!r condition
187 1 1 1 $mod > 256 || !$inverses{$mod}