| blib/lib/Plack/Middleware/SocketIO/Resource.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 0 | 0 | unless $resource and $type |
| 65 | 0 | 0 | unless $transport |
| 85 | 0 | 0 | if ($type eq 'xhr-multipart') { } |
| 0 | 0 | elsif ($type eq 'xhr-polling') { } | |
| 0 | 0 | elsif ($type eq 'jsonp-polling') { } | |
| 0 | 0 | elsif ($type =~ /^(?:flash|web)socket$/) { } | |
| 0 | 0 | elsif ($type =~ /^htmlfile$/) { } | |
| 101 | 0 | 0 | unless $class |