Condition Coverage

blib/lib/HTML/FormHandler/Field/Upload.pm
Criterion Covered Total %
condition 0 14 0.0


and 2 conditions

line l !l condition
61 0 0 $reftype eq 'GLOB' and *{$fh;}{'IO'}

and 3 conditions

line !l l&&!r l&&r condition
34 0 0 0 &blessed($upload) and $upload->can('size')
46 0 0 0 defined $self->min_size and $size < $self->min_size
50 0 0 0 defined $self->max_size and $size > $self->max_size

or 3 conditions

line l !l&&r !l&&!r condition
61 0 0 0 $reftype eq 'IO' or $reftype eq 'GLOB' and *{$fh;}{'IO'}