| blib/lib/Mastodon/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 29 | 55.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 94 | 1 | 0 | 1 | $self->client_id and $self->client_secret |
| 260 | 0 | 0 | 0 | $self->client_id and $self->client_secret |
| line | l | !l | condition |
|---|---|---|---|
| 198 | 2 | 2 | $params //= {} |
| 231 | 0 | 0 | $params //= {} |
| 298 | 2 | 2 | $params //= {} |
| 358 | 0 | 0 | $params //= {} |
| 373 | 1 | 1 | $params //= {} |
| 483 | 0 | 0 | $params //= {} |
| 504 | 4 | 4 | $params //= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 197 | 2 | 2 | 0 | $id //= $own |
| 297 | 2 | 2 | 0 | $id //= $self->account->{'id'} |
| 503 | 4 | 4 | 0 | $id //= $self->account->{'id'} |