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-2019 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   1420982 use vars '$VERSION';
  7         59  
  7         389  
11             $VERSION = '3.26';
12              
13 7     7   61 use base 'XML::Compile::SOAP11','XML::Compile::SOAP::Client';
  7         16  
  7         3119  
14              
15 7     7   48 use warnings;
  7         37  
  7         205  
16 7     7   45 use strict;
  7         13  
  7         161  
17              
18 7     7   36 use Log::Report 'xml-compile-soap';
  7         11  
  7         46  
19              
20 7     7   1620 use XML::Compile::Util qw/unpack_type/;
  7         14  
  7         391  
21              
22              
23             1;