Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
71 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']
133 0 0 0 $cd =~ /;\s*name=(?:\"([^\"]+)\"|([^\s\";]+))/ && ($1 || $2)
138 0 0 0 $cd =~ /;\s*filename=(?:\"([^\"]+)\"|([^\s\";]+))/ && ($1 || $2)

or 2 conditions

line l !l condition
78 0 0 $req->content_length // 0
90 0 0 $data // ''