blib/lib/Logic/TruthTable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 24 | 46 | 52.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
787 | 2 | 0 | 0 | $col->dc ne $self->dc and $col->dc ne $jhash{'dc'} |
1003 | 0 | 10 | 8 | $termtype eq 'minterms' and $row->[$field] eq '1' |
10 | 0 | 0 | $termtype eq 'maxterms' and $row->[$field] eq '0' | |
1108 | 2 | 0 | 0 | exists $jcols[$c]{'termtype'} and $jcols[$c]{'termtype'} eq 'maxterms' |
line | l | !l | condition |
---|---|---|---|
462 | 1 | 24 | $tcol{'vars'} //= [@vars] |
925 | 0 | 1 | $opts{'termtype'} // 'minterms' |
1024 | 0 | 1 | $opts{'algorithm'} // 'QuineMcCluskey' |
1025 | 0 | 1 | $opts{'dc'} // '-' |
1053 | 0 | 1 | $opts{'termtype'} // 'minterms' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
456 | 1 | 24 | 0 | $tcol{'width'} //= $w |
460 | 1 | 24 | 0 | $tcol{'dc'} //= $dc |
461 | 1 | 24 | 0 | $tcol{'algorithm'} //= $self->algorithm |
463 | 3 | 22 | 0 | $tcol{'title'} //= $fn_names[$idx] |
715 | 1 | 0 | 0 | $opts{'dc'} // $self->dc |
779 | 1 | 0 | 0 | $opts{'dc'} // $self->dc |
1003 | 8 | 0 | 10 | $termtype eq 'minterms' and $row->[$field] eq '1' or $termtype eq 'maxterms' and $row->[$field] eq '0' |
1023 | 1 | 0 | 0 | $opts{'title'} // "$width-input table created from import file" |