Condition Coverage

blib/lib/WWW/Twilio/API.pm
Criterion Covered Total %
condition 8 20 40.0


and 3 conditions

line !l l&&!r l&&r condition
92 0 0 0 $content and $method ne 'GET'

or 2 conditions

line l !l condition
33 0 1 $args{'AccountSid'} || ''
34 0 1 $args{'AuthToken'} || ''
36 0 1 $args{'LWP_Callback'} || undef
37 0 1 $args{'utf8'} || undef
77 0 0 delete $args{'API'} || ''
116 6 1 $val // ''
119 2 0 join('&', @args) || ''

or 3 conditions

line l !l&&r !l&&!r condition
35 0 1 0 $args{'API_VERSION'} || API_VERSION()