| blib/lib/Color/TupleEncode/Baran.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 24 | 70.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 271 | 120 | 8 | 16 | $a == $b and $a == $c |
| 32 | 20 | 76 | abs $a - $b >= abs $b - $c and abs $a - $b >= abs $a - $c | |
| 20 | 8 | 24 | abs $b - $c > abs $a - $b and abs $b - $c >= abs $a - $c | |
| 0 | 0 | 28 | abs $a - $c > abs $a - $b and abs $a - $c > abs $b - $c | |
| 318 | 144 | 0 | 144 | defined $dmin && defined $dmax |
| 321 | 120 | 8 | 16 | $a == $b and $b == $c |
| 0 | 0 | 128 | defined $dmin and defined $dmax | |
| 326 | 0 | 128 | 0 | defined $options and $$options{'relative'} |