blib/lib/ICC/Profile/ncl2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
131 | 0 | 0 | 0 | @_ == 1 and ref $_[0] eq 'ARRAY' || UNIVERSAL::isa($_[0], 'Math::Matrix') |
182 | 0 | 0 | 0 | defined $p->[0] && !ref($p->[0]) |
213 | 0 | 0 | 0 | $type eq 'ICC::Profile::mft1' || $type eq 'ICC::Profile::mft2' || $type eq 'ICC::Profile::mAB_' and $csi =~ /^([2-9A-F])CLR$/ |
0 | 0 | 0 | $type eq 'ICC::Profile::mft1' || $type eq 'ICC::Profile::mft2' || $type eq 'ICC::Profile::mAB_' and $csi =~ /^([2-9A-F])CLR$/ and $cso eq 'Lab ' || $cso eq 'XYZ ' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
35 | 0 | 0 | 0 | ref $_[0] eq 'ARRAY' or UNIVERSAL::isa($_[0], 'Math::Matrix') |
131 | 0 | 0 | 0 | ref $_[0] eq 'ARRAY' || UNIVERSAL::isa($_[0], 'Math::Matrix') |
213 | 0 | 0 | 0 | $type eq 'ICC::Profile::mft1' || $type eq 'ICC::Profile::mft2' || $type eq 'ICC::Profile::mAB_' |
0 | 0 | 0 | $cso eq 'Lab ' || $cso eq 'XYZ ' | |
247 | 0 | 0 | 0 | $type eq 'ICC::Profile::mft2' or $cso eq 'XYZ ' |