| blib/lib/Plient/Protocol.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 1 | 10 | 10.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 0 | 0 | unless ($$args{'check_only'} or grep {$method_name eq $_;} $class->methods) |
| 20 | 1 | 0 | if $class->can($method_name) |
| 23 | 0 | 0 | if $handler->can('init') |
| 24 | 0 | 0 | if (my $method = $handler->support_method($handler_method_name, $args)) |
| 30 | 0 | 0 | unless $$args{'check_only'} |