Condition Coverage

blib/lib/Email/ExactTarget/SubscriberOperations.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
70 0 0 0 defined $exact_target and $exact_target->isa('Email::ExactTarget')
269 0 0 0 defined $soap_success and $soap_success eq 'OK'
451 0 0 0 defined $soap_success and $soap_success eq 'OK'
571 0 0 0 defined $soap_success and $soap_success eq 'OK'
753 0 0 0 defined $soap_success && $soap_success eq 'OK'

or 3 conditions

line l !l&&r !l&&!r condition
226 0 0 0 $self->exact_target || confess('Email::ExactTarget object is not defined')
352 0 0 0 $self->exact_target || confess('Email::ExactTarget object is not defined')
521 0 0 0 $self->exact_target || confess('Email::ExactTarget object is not defined')
653 0 0 0 $self->exact_target || confess('Email::ExactTarget object is not defined')