| lib/App/MtAws/QueueJob/UploadMultipart.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 13 | 53.8 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 53 | 39 | 0 | 0 | defined($self->{$_} = $j->{$_}) or confess() |
| 66 | 13 | 0 | 0 | $j->{'position'} || confess() |
| 67 | 13 | 0 | 0 | $j->{'th'} || confess() |
| line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
|---|---|---|---|---|---|
| 38 | 1 | 18 | 3 | 2 | defined $self->{'filename'} xor $self->{'stdin'} |