| blib/lib/AnyEvent/MtGox/Stream.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 17 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 0 | 0 | 0 | '200' eq $$headers{'Status'} and defined $body |
| 87 | 0 | 0 | 0 | '4' eq $type and '/mtgox' eq $endpoint |
| 0 | 0 | 0 | '2' eq $type and not $heartbeat |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 0 | 0 | $params{'secure'} || 0 |
| 23 | 0 | 0 | $params{'on_disconnect'} || sub { croak('Disconnected'); } |
| 24 | 0 | 0 | $params{'on_error'} || sub { croak(@_); } |
| 25 | 0 | 0 | $params{'on_message'} || sub { } |