Condition Coverage

blib/lib/Stats/LikeR.pm
Criterion Covered Total %
condition 34 56 60.7


and 3 conditions

line !l l&&!r l&&r condition
60 0 1 4 @_ and ref $_[0]
67 0 0 1 @_ >= 2 and defined $_[-2]
0 0 1 @_ >= 2 and defined $_[-2] and not ref $_[-2]
0 1 0 @_ >= 2 and defined $_[-2] and not ref $_[-2] and $_[-2] =~ /^(?:nrows|nrow)$/
79 3 2 0 $ref_type ne "ARRAY" and $ref_type ne "HASH"
83 2 1 2 $ref_type eq "ARRAY" and ref $data->[0] eq ""
190 518 4 0 defined $filter and ref $filter eq "CODE"
518 4 0 defined $filter and ref $filter ne "HASH"
201 0 0 522 @line and defined $line[0]
206 0 512 10 scalar @header > 0 and $header[0] eq ""
212 516 2 4 $args{'output.type'} eq "hoh" and not defined $args{'row.names'}
215 516 6 0 defined $args{'row.names'} and not grep({$_ eq $args{'row.names'};} @header)

or 2 conditions

line l !l condition
77 0 4 delete $args{'nrow'} // 10
185 15 508 $args{'output.type'} // "aoh"
269 522 0 $args{'sep'} // ""
522 0 $args{'comment'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
25 0 26 0 ref $_[0] || $_[0]
77 1 4 0 $args{'nrows'} //= delete $args{'nrow'} // 10
239 0 20 74712 !defined($v) || $v eq ''
250 0 1 715 !defined($_) || $_ eq ''