Condition Coverage

blib/lib/DBIx/QuickDB/Driver/PostgreSQL.pm
Criterion Covered Total %
condition 4 32 12.5


and 3 conditions

line !l l&&!r l&&r condition
139 9 0 0 $check{'initdb'} and -x $check{'initdb'}
140 9 0 0 $check{'createdb'} and -x $check{'createdb'}
144 9 0 0 $check{'postgres'} and -x $check{'postgres'}
148 9 0 0 $check{'psql'} and -x $check{'psql'}
184 0 0 0 $vars->{'PGPORT'} and $vars->{'PGPORT'} eq $self->port

or 2 conditions

line l !l condition
159 0 0 $self->{'port'} ||= 5432
165 0 0 $self->{'env_vars'} ||= {}
172 0 0 $self->{'config'} ||= {}
183 0 0 $self->env_vars || {}

or 3 conditions

line l !l&&r !l&&!r condition
49 0 0 0 $binary ||= $POSTGRES
163 0 0 0 $self->{'socket'} ||= "$dir/.s.PGSQL.$port"
169 0 0 0 $self->{$_} ||= $defaults{$_}