Condition Coverage

blib/lib/Testcontainers/Container.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
98 0 0 0 $network_settings and ref $network_settings eq "HASH"
102 0 0 0 $bindings and ref $bindings eq "ARRAY"
0 0 0 $bindings and ref $bindings eq "ARRAY" and @$bindings
243 0 0 0 ref $state eq "HASH" and exists $state->{'Running'}

or 2 conditions

line l !l condition
99 0 0 $network_settings->{'Ports'} // {}
106 0 0 $bindings->[0]{'HostIp'} // "0.0.0.0"
215 0 0 $self->_info->Name // ""
244 0 0 $state->{'Status'} // ""