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
128 7 0 0 $check{'initdb'} and -x $check{'initdb'}
129 7 0 0 $check{'createdb'} and -x $check{'createdb'}
133 7 0 0 $check{'postgres'} and -x $check{'postgres'}
137 7 0 0 $check{'psql'} and -x $check{'psql'}
173 0 0 0 $vars->{'PGPORT'} and $vars->{'PGPORT'} eq $self->port

or 2 conditions

line l !l condition
148 0 0 $self->{'port'} ||= 5432
154 0 0 $self->{'env_vars'} ||= {}
161 0 0 $self->{'config'} ||= {}
172 0 0 $self->env_vars || {}

or 3 conditions

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