Condition Coverage

blib/lib/SQL/SqlObject/Config.pm
Criterion Covered Total %
condition 10 24 41.6


and 3 conditions

line !l l&&!r l&&r condition
102 0 0 4 defined $ali && $ali
103 0 0 4 defined $env && $env
104 0 0 4 defined $def && $def
105 0 0 4 defined $bef and $bef
144 3 0 0 $env && !ref($env)
145 0 3 0 $env and not ref $env
172 4 0 4 @_ and defined $_[0]

or 3 conditions

line l !l&&r !l&&!r condition
172 4 4 0 @_ and defined $_[0] or not exists $SqlConfig{$key}