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
17 0 7 1 defined $_ and not &isint($_)
7 0 1 defined $_ and not &isint($_) and not &isfloat($_)
108 29 3 3 $excl_cols and grep {$add eq $_;} @$excl_cols
144 16 0 4 $sorts and @$sorts

or 2 conditions

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

or 3 conditions

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