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-2022 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.03.
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   1185351 use vars '$VERSION';
  7         53  
  7         323  
11             $VERSION = '3.28';
12              
13 7     7   41 use base 'XML::Compile::SOAP11','XML::Compile::SOAP::Client';
  7         10  
  7         2409  
14              
15 7     7   40 use warnings;
  7         12  
  7         153  
16 7     7   32 use strict;
  7         8  
  7         137  
17              
18 7     7   30 use Log::Report 'xml-compile-soap';
  7         10  
  7         40  
19              
20 7     7   1464 use XML::Compile::Util qw/unpack_type/;
  7         10  
  7         416  
21              
22              
23             1;