Condition Coverage

blib/lib/Container/Buildah.pm
Criterion Covered Total %
condition 6 44 13.6


and 3 conditions

line !l l&&!r l&&r condition
79 0 0 0 ref $in_config eq 'ARRAY' and ref $in_config->[0] eq 'HASH'
160 0 0 0 ref $in_args[0] && ref $in_args[0] eq 'Container::Buildah'
166 0 0 0 exists $cb->{'oldstdout'} and $cb->{'oldstdout'}->fileno != CORE::fileno STDERR
196 0 0 0 exists $params{'name'} and defined $params{'name'}
206 0 0 0 exists $params{'label'} and defined $params{'label'}
213 0 0 0 exists $cb->{'oldstderr'} and $cb->{'oldstderr'}->fileno != CORE::fileno STDERR
244 8 0 1 $output =~ / \[% .* %\] /ux and $count++ < 10
272 0 0 6 exists $node->{$subnode} and ref $node->{$subnode} eq 'HASH'
281 5 2 0 ref $node->{$key} and ref $node->{$key} ne 'ARRAY'
505 0 0 0 defined $func_deps and ref $func_deps eq 'CODE'
547 0 0 0 exists $init_config{'added_opts'} && ref $init_config{'added_opts'} eq 'ARRAY'
576 0 0 0 exists $init_config{'required_config'} and ref $init_config{'required_config'} eq 'ARRAY'

or 2 conditions

line l !l condition
190 27 0 $params{'level'} // 1
192 0 0 $params{'wrapper'} // 0
394 0 0 $cb->{'config'}{'basename'} // 'unnamed container'
456 0 0 $opt{'internal'} // 0