Branch Coverage

blib/lib/Logic/TruthTable/Convert81.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
53 4 2 $isminterms ? :
82 0 0 unless (length $base81str == 1 << $width - 2 or length $base81str == 1 and $width == 1)
90 0 4 if (my $c_idx = base81_check($base81str) >= 0)
104 36 92 if ($x eq '1') { }
44 48 elsif ($x eq '0') { }