Branch Coverage

lib/XML/Compile/RPC/Client.pm
Criterion Covered Total %
branch 8 18 44.4


line true false branch
34 0 3 unless $self->{'destination'} = $args->{'destination'}
38 3 0 unless $headers
3 0 unless UNIVERSAL::isa($headers, 'HTTP::Headers')
42 3 0 unless $headers->content_type
89 0 0 unless $response->is_success
105 0 4 UNIVERSAL::isa($type, 'HASH') ? :
127 0 5 unless length $xml
131 1 4 if $data->{'fault'}
141 0 0 if defined $self->{'auto_under'}