Condition Coverage

blib/lib/SQL/Composer/Insert.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
26 0 2 7 $params{'values'} and @{$params{'values'};}
67 1 0 1 $driver and $driver =~ /(?:sqlite|pg)/i

or 3 conditions

line l !l&&r !l&&!r condition
17 0 9 0 $params{'quoter'} || 'SQL::Composer::Quoter'->new('driver', $params{'driver'})