File Coverage

lib/XML/Compile/SOAP12/Client.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             # Copyrights 2009-2018 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-SOAP12. 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::SOAP12::Client;
10 1     1   6 use vars '$VERSION';
  1         2  
  1         53  
11             $VERSION = '3.06';
12              
13 1     1   5 use base 'XML::Compile::SOAP12', 'XML::Compile::SOAP::Client';
  1         2  
  1         554  
14              
15 1     1   3420 use warnings;
  1         3  
  1         23  
16 1     1   5 use strict;
  1         2  
  1         20  
17              
18 1     1   4 use Log::Report 'xml-compile-soap12';
  1         1  
  1         5  
19              
20              
21             # much work to do ;-)
22              
23             1;