Branch Coverage

blib/lib/Color/Similarity/HCL.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
73 1332 1404 $y < 0 ? :
2736 98568 if $x == 0
81 2 101304 if $max == 0
101 18276 83028 if $rg >= 0 and $gb >= 0
102 33744 67560 if $rg >= 0 and $gb < 0
103 33744 67560 if $rg < 0 and $gb >= 0
104 15540 85764 if $rg < 0 and $gb < 0