Branch Coverage

File:blib/lib/Stats/LikeR.pm
Coverage:73.2%

line%coveragebranch
22100TFunless ref $data eq "ARRAY"
4150TFunless -r -f $file
5150TFif (scalar @undef_args > 0)
56100TFunless ($args{'output.type'} =~ /^(?:aoh|hoa|hoh)$/)
6150TFif (defined $filter and ref $filter eq 'CODE') { }
50TFelsif (defined $filter and ref $filter ne 'HASH') { }
72100TFunless (@header)
7450TFif @line and defined $line[0]
78100TFif (scalar @header > 0 and $header[0] eq "")
81100TFif ($args{'output.type'} eq "hoh" and not defined $args{'row.names'})
8450TFif (defined $args{'row.names'} and not grep({$_ eq $args{'row.names'};} @header))
88100TFif ($filter)
9050TFif ($k =~ /^\d+$/) { }
9450TFunless defined $idx
10250TFif (scalar @line != scalar @header)
10850TFif (not defined $line[$i] or $line[$i] eq '') { }
116100TFif (%mapped_filters)
11950TF$fld == 0 ? :
122100TFunless ($keep)
12850TFif ($fld > 0)
13050TFdefined $_ && $_ eq '' ? :
134100TFif $skip
137100TFif ($args{'output.type'} eq 'aoh') { }
100TFelsif ($args{'output.type'} eq 'hoa') { }
50TFelsif ($args{'output.type'} eq 'hoh') { }
146100TFif $col eq $args{'row.names'}
153100TFif ($args{'output.type'} eq 'aoh') { }
50TFelsif ($args{'output.type'} =~ /^(?:hoa|hoh)$/) { }