Branch Coverage

lib/SIRTX/VM/Chunk/Type/ColourPalette.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
26 0 0 if scalar @opts
28 0 0 if (defined $n)
31 0 0 if ($n < 1 or $n > 65535)
45 0 0 if scalar @opts
49 0 0 if $idx < 0
59 0 0 if scalar @opts
63 0 0 if $idx < 0
65 0 0 unless (eval {
69 0 0 if ($idx > 0)
70 0 0 unless defined $type_data->{'colours'}[$idx - 1]
82 0 0 if scalar @opts
84 0 0 unless (eval {
108 0 0 if ($length < 2 or ($length - 2) % 3 != 0)