| blib/lib/Couch/DB/Mojolicious.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 22 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | builtin::blessed($server) and $server->isa("Mojo::URL") |
| 58 | 0 | 0 | 0 | builtin::blessed($ua) and $ua->isa("Mojo::UserAgent") |
| 127 | 0 | 0 | 0 | $disp and $disp =~ /filename="([^"]+)"/ |
| 0 | 0 | 0 | $disp and $disp =~ /filename="([^"]+)"/ and $1 eq $name |
| line | l | !l | condition |
|---|---|---|---|
| 69 | 0 | 0 | delete $args{'delay'} || 0 |
| 124 | 0 | 0 | $response->content->parts || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 53 | 0 | 0 | 0 | $args{'server'} || &panic(q[Requires 'server']) |
| 57 | 0 | 0 | 0 | $args{'user_agent'} ||= (state $ua_shared = "Mojo::UserAgent"->new) |