Branch Coverage

lib/Template/Plugin/Colour.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
13 4 19 @args && ref $args[-1] eq 'HASH' ? :
17 2 21 if ($space = $$params{'rgb'} || $$params{'RGB'}) { }
2 19 elsif ($space = $$params{'hsv'} || $$params{'HSV'}) { }