Condition Coverage

blib/lib/SQL/Abstract/Pg.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
15 1 1 7 exists $options->{'on_conflict'} and not $options->{'returning'}

or 2 conditions

line l !l condition
169 10 0 $self->{'name_sep'} // ''

or 3 conditions

line l !l&&r !l&&!r condition
73 0 2 11 ref $options ne 'HASH' or grep {/^-(?:desc|asc)/i;} keys %$options