Branch Coverage

blib/lib/Podman/Client.pm
Criterion Covered Total %
branch 16 18 88.8


line true false branch
30 20 4 $self->_connection_url->scheme eq 'http+unix' ? :
36 21 12 if $tx->res->is_success
39 3 21 unless $tx->res->is_success
44 0 21 if $version ne $API_VERSION
55 8 13 if $opts{'parameters'}
58 2 19 if ($opts{'data'})
62 1 1 ref $opts{'data'} eq 'Mojo::File' ? :
67 0 21 unless $tx->res->is_success
77 80 16 if ($self->_connection_url->scheme eq "http+unix")