Condition Coverage

blib/lib/Test/postgresql.pm
Criterion Covered Total %
condition 2 17 11.7


and 3 conditions

line !l l&&!r l&&r condition
49 0 4 0 not defined $self->uid and $ENV{'USER'} eq 'root'
86 4 0 0 defined $self->pid and $$ == $self->_owner_pid

or 2 conditions

line l !l condition
92 0 0 $args{'host'} ||= '127.0.0.1'
94 0 0 $args{'user'} ||= 'postgres'
95 0 0 $args{'dbname'} ||= 'test'
186 0 0 $sig ||= 15

or 3 conditions

line l !l&&r !l&&!r condition
93 0 0 0 $args{'port'} ||= $self->port