| blib/lib/AnyEvent/PocketIO/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 18 | 55.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 82 | 0 | 11 | 2 | $code and $code != 200 | 
| 121 | 0 | 1 | 0 | $cb and ref $cb ne 'CODE' | 
| 195 | 1 | 6 | 0 | $trans and ref $trans eq 'CODE' | 
| line | l | !l | condition | 
|---|---|---|---|
| 36 | 17 | 0 | $$self{"${timer_name}_timeout"} || 0 | 
| 48 | 10 | 0 | $cb ||= sub { } | 
| 141 | 12 | 9 | $$self{$name} ||= sub { } | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 20 | 0 | 9 | 0 | ref $this || $this |