Condition Coverage

lib/ICC/Profile/mpet.pm
Criterion Covered Total %
condition 0 43 0.0


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 0 @_ == 1 and ref $_[0] eq 'ARRAY'
76 0 0 0 @_ == 1 and ref $_[0] eq 'HASH'
113 0 0 0 $_[0][$i]->can('_transform') and $_[0][$i]->can('jacobian')
269 0 0 0 @_ == $h + 2 and UNIVERSAL::isa($_[1], 'Math::Matrix')
0 0 0 @_ == $h + 2 and ref $_[1] eq 'ARRAY'
278 0 0 0 not ref $_[1][0] and @{$_[1];} == grep({&Scalar::Util::looks_like_number($_);} @{$_[1];})
0 0 0 ref $_[1][0] eq 'ARRAY' and @{$_[1];} == grep({&Scalar::Util::looks_like_number($_->[0]) if ref $_ eq 'ARRAY';} @{$_[1];})
436 0 0 0 defined $self->[1][$i] and $self->[2] & 1 << $i
525 0 0 0 @{$wtpt;} == 3 and 3 == grep({not ref $_;} @{$wtpt;})
575 0 0 0 defined $p->[0] && !ref($p->[0])
667 0 0 0 defined $self->[1][$i] and $self->[2] & 1 << $i
693 0 0 0 defined $self->[1][$i] and $self->[2] & 1 << $i

or 2 conditions

line l !l condition
346 0 0 $hash->{'inv_max'} || 10
349 0 0 $hash->{'inv_elim'} || 1e-06

or 3 conditions

line l !l&&r !l&&!r condition
352 0 0 0 $hash->{'inv_dlim'} || $self->[0]{'input_cs'} eq 'Lab '