Branch Coverage

blib/lib/PDF/Builder/Resource/ColorSpace/Separation.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
32 0 0 if ref $class
34 0 0 unless $self->is_obj($pdf)
43 0 0 if ($clr[0] =~ /^[a-z\#\!]+/) { }
0 0 elsif ($clr[0] =~ /^[\%]+/) { }
0 0 elsif (scalar @clr == 1) { }
0 0 elsif (scalar @clr == 3) { }
0 0 elsif (scalar @clr == 4) { }
126 0 0 if (@_ and defined $_[0])
141 0 0 if (@_ and defined $_[0])