Condition Coverage

lib/ICC/Support/geo1.pm
Criterion Covered Total %
condition 1 24 4.1


and 3 conditions

line !l l&&!r l&&r condition
38 1 0 0 @_ == 1 and ref $_[0] eq 'HASH'
62 0 0 0 defined $self->[2] and 0 != @{$self->[2];}
141 0 0 0 ref $matrix eq 'ARRAY' and @{$matrix;} == grep({ref $_ eq 'ARRAY';} @{$matrix;})
175 0 0 0 defined $p->[0] && !ref($p->[0])
205 0 0 0 defined $self->[2] and @{$self->[2];}
284 0 0 0 ref $matrix eq 'ARRAY' and @{$matrix;} == grep({ref $_ eq 'ARRAY';} @{$matrix;})

or 3 conditions

line l !l&&r !l&&!r condition
141 0 0 0 ref $matrix eq 'ARRAY' and @{$matrix;} == grep({ref $_ eq 'ARRAY';} @{$matrix;}) or UNIVERSAL::isa($matrix, 'Math::Matrix')
284 0 0 0 ref $matrix eq 'ARRAY' and @{$matrix;} == grep({ref $_ eq 'ARRAY';} @{$matrix;}) or UNIVERSAL::isa($matrix, 'Math::Matrix')