| blib/lib/HTTP/ServerEvent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 69 | 9 | 21 | if defined $options{$key} and $options{$key} =~ /[\x0D\x0A\x00]/ |
| 73 | 0 | 4 | unless ($options{'data'}) |
| 77 | 1 | 3 | unless 'ARRAY' eq ref $options{'data'} |
| 80 | 1 | 3 | if (defined $options{'event'}) |
| 83 | 1 | 3 | if (defined $options{'id'}) |
| 87 | 1 | 3 | if (defined $options{'retry'}) |
| 93 | 0 | 4 | unless $options{'data'} |