Branch Coverage

lib/Mojolicious/Plugin/SOAP/Server.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
121 1 0 if $conf->{'xsds'}
127 2 2 if ($controller->can($method)) { }
136 1 2 if ($@)
137 1 0 if (ref $@ eq 'HASH')
174 0 3 unless ($c->req->method =~ /^(M-)?POST$/)
189 3 0 if (UNIVERSAL::isa($bytes, 'XML::LibXML::Document')) { }
190 2 1 $rc == 200 ? :
196 0 3 unless ($bytes)