Condition Coverage

blib/lib/TableData/Object/Base.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
15 0 7 1 defined $_ and not &isint($_)
7 0 1 defined $_ and not &isint($_) and not &isfloat($_)
89 29 3 3 $excl_cols and grep {$add eq $_;} @$excl_cols
125 16 0 4 $sorts and @$sorts

or 2 conditions

line l !l condition
101 0 32 $self->{'spec'}{'fields'}{$add} // {}

or 3 conditions

line l !l&&r !l&&!r condition
120 52 10 7 not $func_filter_row or &$func_filter_row($self, $row)