Condition Coverage

blib/lib/Testcontainers/Module/MySQL.pm
Criterion Covered Total %
condition 0 14 0.0


or 2 conditions

line l !l condition
46 0 0 $opts{'image'} // "mysql:8.0"
47 0 0 $opts{'root_password'} // "test"
48 0 0 $opts{'username'} // "test"
49 0 0 $opts{'password'} // "test"
50 0 0 $opts{'database'} // "testdb"
51 0 0 $opts{'port'} // "3306/tcp"
68 0 0 $opts{'startup_timeout'} // 120