Condition Coverage

blib/lib/WWW/TypePad.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
111 0 0 0 $method eq 'GET' and $qs
116 0 0 0 $api->access_token and not $anon
118 0 0 0 $method eq 'POST' || $method eq 'PUT' and $qs
204 0 0 0 $res->code == 302 and $res->header('Location')

or 2 conditions

line l !l condition
162 0 0 delete $$form{'asset'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
118 0 0 0 $method eq 'POST' || $method eq 'PUT'