Condition Coverage

blib/lib/Math/Logic/Ternary/Trit.pm
Criterion Covered Total %
condition 15 15 100.0


and 3 conditions

line !l l&&!r l&&r condition
250 272 96 929 $1 eq $2 and $1 eq $3
256 1408 37 17 $1 eq $2 and $1 eq $3

or 3 conditions

line l !l&&r !l&&!r condition
322 1 3 357 $int < -1 or 1 < $int
328 1 1 381 $int < 0 or 2 < $int
341 1 1 1 CORE::not $mod or 3 != $mod