Condition Coverage

blib/lib/DBD/NullP.pm
Criterion Covered Total %
condition 10 17 58.8


and 3 conditions

line !l l&&!r l&&r condition
76 4 0 4 defined $type and $type eq '%'
4 0 4 defined $type and $type eq '%' and grep {$_ eq '' if defined $_;} $catalog, $schema, $table
0 0 4 defined $catalog and $catalog eq '%'
0 0 4 defined $catalog and $catalog eq '%' and grep {$_ eq '' if defined $_;} $schema, $table
182 8 1 20 $data and @$data

or 2 conditions

line l !l condition
157 2 0 $sth->{'ParamValues'} || {}