| blib/lib/PAGI/Request/Upload.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 16 | 37.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 27 | 0 | 0 | 0 | defined $self->{'temp_path'} and -f $self->{'temp_path'} |
| 110 | 0 | 2 | 0 | $dir and not -d $dir |
| 147 | 21 | 0 | 2 | $self->is_on_disk and -f $self->{'temp_path'} |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 25 | 0 | $args{'filename'} // "" |
| 25 | 0 | $args{'content_type'} // "application/octet-stream" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 22 | 25 | 0 | 0 | $args{'field_name'} // croak("field_name is required") |