Condition Coverage

blib/lib/Net/IMP/HTTP/LogFormData.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
69 0 0 0 $ct and $req->method eq 'POST'
0 0 0 $ct and $req->method eq 'POST' and $ct ~~ ['application/x-www-form-urlencoded', 'multipart/form-data']
131 0 0 0 $cd =~ /;\s*name=(?:\"([^\"]+)\"|([^\s\";]+))/ && ($1 || $2)
136 0 0 0 $cd =~ /;\s*filename=(?:\"([^\"]+)\"|([^\s\";]+))/ && ($1 || $2)

or 2 conditions

line l !l condition
76 0 0 $req->content_length // 0
88 0 0 $data // ''