Condition Coverage

blib/lib/DBomb/Query/Insert.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
107 0 0 0 @_ == 1 && defined $_[0]
143 0 0 0 defined $_ and $_ eq DBomb::Query::PlaceHolder()

or 3 conditions

line l !l&&r !l&&!r condition
135 0 0 0 !(defined $_ && ref $_) || UNIVERSAL::isa($_, 'DBomb::Value') || UNIVERSAL::isa($_, 'DBomb::Query::Expr') || UNIVERSAL::isa($_, 'DBomb::Query') || $_ eq DBomb::Query::PlaceHolder()