Condition Coverage

blib/lib/Testcontainers/Module/PostgreSQL.pm
Criterion Covered Total %
condition 0 12 0.0


or 2 conditions

line l !l condition
57 0 0 $opts{'image'} // "postgres:16-alpine"
58 0 0 $opts{'username'} // "test"
59 0 0 $opts{'password'} // "test"
60 0 0 $opts{'database'} // "testdb"
61 0 0 $opts{'port'} // "5432/tcp"
78 0 0 $opts{'startup_timeout'} // 60