| blib/lib/Net/Amazon/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 5 | 10 | 50.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 36 | 0 | 1 | if (Path::Class::file($args{'config_file'})->is_absolute) { } | 
| 44 | 0 | 1 | unless (-r $args{'config_path'}) | 
| 55 | 1 | 0 | unless defined $profile_name | 
| 56 | 0 | 1 | unless my $params = $$config{$profile_name} | 
| 61 | 0 | 1 | if ($@) |