| blib/lib/RPC/Switch/Client/Steps.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 10 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 14 | 0 | 0 | unless ref $cbs eq 'ARRAY' | 
| 17 | 0 | 0 | if ref $errcb eq 'CODE' | 
| 30 | 0 | 0 | unless my $cb = shift @{$self->_remaining;} | 
| 32 | 0 | 0 | unless (eval { do { &$cb($self, @_); 1 } }) | 
| 35 | 0 | 0 | if $@ |