blib/lib/Net/OpenSRS/OMA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 20 | 50.0 |
line | true | false | branch |
---|---|---|---|
95 | 0 | 0 | unless ($args{'uri'} and $args{'user'} and $args{'password'} || $args{'token'}) |
103 | 0 | 1 | unless $client |
109 | 1 | 0 | if ($args{'password'}) { } |
340 | 1 | 1 | if our $AUTOLOAD =~ /::DESTROY$/ |
344 | 0 | 1 | unless (grep {$_ eq $method;} @_methods, @_deprecated_methods) |
375 | 1 | 0 | if ($response->is_success) { } |
379 | 0 | 1 | if ($@) |
414 | 1 | 0 | if $args{'content'} |
415 | 1 | 0 | if $args{'raw_content'} |
416 | 1 | 0 | if $args{'status'} |