Branch Coverage

blib/lib/HTTP/Body/Builder/MultiPart.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
13 0 3 @_ == 1 ? :
54 0 2 unless (open my $fh, '<:raw', $$row[1])
61 0 4 if (not defined $r) { }
2 2 elsif ($r == 0) { }
80 0 2 unless $self->_gen(sub { $buf .= $_[0]; } )
90 0 1 unless (open my $fh, '>:raw', $filename)
95 0 1 unless $self->_gen(sub { print {$fh;} $_[0]; } )