| blib/lib/WebDAO/Response.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 290 | 1 | 0 | 0 | ref $file and UNIVERSAL::isa($file, 'IO::Handle') || ref $file eq 'GLOB' |
| line | l | !l | condition |
|---|---|---|---|
| 246 | 0 | 1 | $code || 302 |
| 460 | 2 | 3 | $desired || $self->detect_wantformat($self->get_request) || 'html' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 290 | 0 | 0 | 0 | UNIVERSAL::isa($file, 'IO::Handle') || ref $file eq 'GLOB' |
| 0 | 0 | 1 | ref $file and UNIVERSAL::isa($file, 'IO::Handle') || ref $file eq 'GLOB' or UNIVERSAL::isa($file, 'Tie::Handle') |