Branch Coverage

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

line%coveragebranch
21100TFunless ref $data eq "ARRAY"
4050TFunless -r -f $file
5050TFif (scalar @undef_args > 0)
55100TFunless ($args{'output.type'} =~ /^(?:aoh|hoa|hoh)$/)
6050TFif (defined $filter and ref $filter eq 'CODE') { }
50TFelsif (defined $filter and ref $filter ne 'HASH') { }
71100TFunless (@header)
7350TFif @line and defined $line[0]
77100TFif (scalar @header > 0 and $header[0] eq "")
80100TFif ($args{'output.type'} eq "hoh" and not defined $args{'row.names'})
8350TFif (defined $args{'row.names'} and not grep({$_ eq $args{'row.names'};} @header))
87100TFif ($filter)
8950TFif ($k =~ /^\d+$/) { }
9350TFunless defined $idx
10150TFif (scalar @line != scalar @header)
10750TFif (not defined $line[$i] or $line[$i] eq '') { }
115100TFif (%mapped_filters)
11850TF$fld == 0 ? :
121100TFunless ($keep)
12750TFif ($fld > 0)
12950TFdefined $_ && $_ eq '' ? :
133100TFif $skip
136100TFif ($args{'output.type'} eq 'aoh') { }
100TFelsif ($args{'output.type'} eq 'hoa') { }
50TFelsif ($args{'output.type'} eq 'hoh') { }
145100TFif $col eq $args{'row.names'}
152100TFif ($args{'output.type'} eq 'aoh') { }
50TFelsif ($args{'output.type'} =~ /^(?:hoa|hoh)$/) { }