| blib/lib/Net/PaccoFacile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 0 | 0 | unless exists $args->{'token'} |
| 32 | 0 | 0 | unless exists $args->{'api_key'} |
| 33 | 0 | 0 | unless exists $args->{'account_number'} |
| 35 | 0 | 0 | if $args->{'mode'} ne "sandbox" and $args->{'mode'} ne "live" |
| 39 | 0 | 0 | unless defined $path |
| 40 | 0 | 0 | unless $path =~ /\w+/sux |
| 47 | 0 | 0 | $method eq 'get' ? : |
| 59 | 0 | 0 | unless $res->is_success |
| 65 | 0 | 0 | unless defined &first(sub { $_ eq uc $method; } , "GET", "POST", "PUT", "DELETE") |