Condition Coverage

blib/lib/Shell/Amazon/S3/ConfigLoader.pm
Criterion Covered Total %
condition 0 10 0.0


or 2 conditions

line l !l condition
30 0 0 eval { do { YAML::LoadFile($self->conf) } } || {}
40 0 0 eval { do { YAML::LoadFile($self->conf) } } || {}

or 3 conditions

line l !l&&r !l&&!r condition
31 0 0 0 $config->{'aws_access_key_id'} ||= $self->prompt('AWS access key:')
33 0 0 0 $config->{'aws_secret_access_key'} ||= $self->prompt('AWS secret access key:')