| blib/lib/Email/Folder/Exchange/WebDAV.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 25 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 0 | 0 | 0 | $login_res->code >= 400 and $login_res->code < 500 |
| 80 | 0 | 0 | 0 | $credentials and not $username || $password |
| 126 | 0 | 0 | 0 | $res->code >= 200 and $res->code < 300 |
| 152 | 0 | 0 | 0 | $res->code >= 200 and $res->code < 300 |
| 193 | 0 | 0 | 0 | $res->code >= 200 and $res->code < 300 |
| line | l | !l | condition |
|---|---|---|---|
| 124 | 0 | 0 | pos $buf || 0 |
| 191 | 0 | 0 | pos $buf || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 68 | 0 | 0 | 0 | not $uri->path or $uri->path =~ m[^/$] |
| 80 | 0 | 0 | 0 | $username || $password |