blib/lib/DBIx/dbMan/DBI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
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 '' |
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'} |