Condition Coverage

blib/lib/Text/Table/Read/RelationOn/Tiny.pm
Criterion Covered Total %
condition 27 31 87.1


and 3 conditions

line !l l&&!r l&&r condition
64 2 1 10 defined $ext and defined $set
81 1 1 20 $e_id =~ /^\d$/ && defined $set->[$e_id]
114 10 11 0 defined $eqs and @eqs_tmp
411 0 2 2 exists $_[0]{$_[1]} && exists $_[0]{$_[1]}{$_[2]}

or 2 conditions

line l !l condition
20 5 62 delete $args{'inc'} // "X"
21 7 60 delete $args{'noinc'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
32 1 1 61 $inc eq "|" or $noinc eq "|"
46 2 1 32 ref $sub_e or not defined $sub_e
81 2 1 19 not $e_id =~ /^\d$/ && defined $set->[$e_id] or $set->[$e_id] ne $e
346 76 1 0 delete $args{'src'} // croak("Invalid value argument for 'src'")
352 1 0 169 ref $e or not defined $e