File Coverage

lib/XML/Compile/SOAP11/Client.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1             # Copyrights 2007-2021 by [Mark Overmeer ].
2             # For other contributors see ChangeLog.
3             # See the manual pages for details on the licensing terms.
4             # Pod stripped from pm file by OODoc 2.02.
5             # This code is part of distribution XML-Compile-SOAP. Meta-POD processed
6             # with OODoc into POD and HTML manual-pages. See README.md
7             # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
8              
9             package XML::Compile::SOAP11::Client;
10 7     7   1355746 use vars '$VERSION';
  7         54  
  7         370  
11             $VERSION = '3.27';
12              
13 7     7   40 use base 'XML::Compile::SOAP11','XML::Compile::SOAP::Client';
  7         13  
  7         2828  
14              
15 7     7   52 use warnings;
  7         14  
  7         174  
16 7     7   37 use strict;
  7         15  
  7         150  
17              
18 7     7   34 use Log::Report 'xml-compile-soap';
  7         16  
  7         34  
19              
20 7     7   1748 use XML::Compile::Util qw/unpack_type/;
  7         12  
  7         408  
21              
22              
23             1;