Condition Coverage

blib/lib/Business/cXML/Transmission.pm
Criterion Covered Total %
condition 19 19 100.0


and 3 conditions

line !l l&&!r l&&r condition
175 3 17 6 exists $msg->{'deploymentMode'} and $msg->{'deploymentMode'} eq "test"
314 29 10 2 $self->is_message and $self->{'_inreplyto'}
317 9 11 1 $self->is_message and $self->{'status'}{'code'} != 200

or 2 conditions

line l !l condition
252 1 5 $args{'url'} || ''
751 23 29 $desc || ''

or 3 conditions

line l !l&&r !l&&!r condition
317 20 1 20 $self->is_response or $self->is_message and $self->{'status'}{'code'} != 200
326 12 1 28 $self->{'status'}{'code'} >= 300 or $self->{'status'}{'description'} eq "Pong!"