blib/lib/Number/RGB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 11 | 81.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 36 | 0 | 30 | ref $other && overload::Overloaded($other) |
88 | 12 | 3 | 773 | &looks_like_number($value) && $value >= 0 && $value <= 255 |
91 | 803 | 11 | 0 | $param eq 'hex' and $is_single_rgb |
line | l | !l | condition |
---|---|---|---|
78 | 58 | 8 | $ans || 0 |