blib/lib/Algorithm/Networksort.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 34 | 52.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
394 | 0 | 0 | 0 | $self->has_network and $self->depth > 0 |
528 | 108 | 36 | 55 | $xbit != 0 and $ybit == 0 |
659 | 31 | 21 | 73 | $length_i == 1 and $length_j == 1 |
31 | 0 | 21 | $length_i == 1 and $length_j == 2 | |
7 | 20 | 4 | $length_i == 2 and $length_j == 1 | |
897 | 73 | 120 | 223 | $wire1 < $inputs and $wire2 < $inputs |
932 | 42 | 46 | 124 | $i < $inputs and $j < $inputs |
2078 | 0 | 0 | 0 | $itemcount <= 1 and $itemcount >= -1 |
line | l | !l | condition |
---|---|---|---|
1311 | 0 | 66 | $opts{'grouping'} // 'parallel' |
1613 | 0 | 0 | ($colorset{$_} // $colorset{'foreground'}) // 'black' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
466 | 0 | 0 | 0 | $_[0] // $self->algorithm |
1613 | 0 | 0 | 0 | $colorset{$_} // $colorset{'foreground'} |