Condition Coverage

blib/lib/DBIx/dbMan/DBI.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
231 0 0 0 $what eq 'inactive' and $r{'-logged'}
0 0 0 $what eq 'active' and not $r{'-logged'}
307 0 0 0 exists $obj->{'connections'}{$name}{$_} and $obj->{'connections'}{$name}{$_} ne ''

or 3 conditions

line l !l&&r !l&&!r condition
163 0 0 0 $val =~ /^\[(.*)\]$/l or $val =~ /^\{(.*)\}$/l
231 0 0 0 $what eq 'inactive' and $r{'-logged'} or $what eq 'active' and not $r{'-logged'}