Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
41 7 5 4 not defined $inv and $mod <= 256
181 2 2 1 exists $inverses{$mod} and $mod > 256 || !$inverses{$mod}

or 2 conditions

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

or 3 conditions

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