Condition Coverage

blib/lib/Business/PayPal/NVP.pm
Criterion Covered Total %
condition 4 20 20.0


or 2 conditions

line l !l condition
34 1 0 $args{'branch'} || 'test'
43 1 0 $args{'test'} || {}
44 0 1 $args{'live'} || {}
52 0 0 shift() || $Branch || 'test'
67 0 0 $test{$self}{'url'} || 'https://api-3t.sandbox.paypal.com/nvp'
0 0 $live{$self}{'url'} || 'https://api-3t.paypal.com/nvp'
114 0 0 join('&', @args) || ''

or 3 conditions

line l !l&&r !l&&!r condition
36 1 0 0 $args{'ua'} || 'LWP::UserAgent'->new
83 0 0 0 delete $args{'VERSION'} || $self->AUTH_CRED('ver') || API_VERSION()