blib/lib/Mastodon/Listener.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
93 | 0 | 0 | unless $response->is_success |
103 | 0 | 0 | unless ($chunk =~ /\n$/m) |
110 | 0 | 0 | if ($chunk =~ /^(:thump|event: (\w+))$/m) |
114 | 0 | 0 | unless (defined $event) |
124 | 0 | 0 | if ($chunk =~ /^data:/) |
127 | 0 | 0 | if ($current_event eq 'delete') { } |
158 | 0 | 0 | unless $self->_future->is_ready |