Condition Coverage

lib/App/MtAws/QueueJob/UploadMultipart.pm
Criterion Covered Total %
condition 7 13 53.8


or 3 conditions

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()

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
38 1 18 3 2 defined $self->{'filename'} xor $self->{'stdin'}