Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
35 1 0 0 @_ == 1 and ref $_[0] eq 'HASH'
59 0 0 0 defined $self->[2] and 0 != @{$self->[2];}
138 0 0 0 ref $matrix eq 'ARRAY' and @{$matrix;} == grep({ref $_ eq 'ARRAY';} @{$matrix;})
172 0 0 0 defined $p->[0] && !ref($p->[0])
202 0 0 0 defined $self->[2] and @{$self->[2];}
281 0 0 0 ref $matrix eq 'ARRAY' and @{$matrix;} == grep({ref $_ eq 'ARRAY';} @{$matrix;})

or 3 conditions

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