File Coverage

lib/XML/Compile/SOAP/Mojolicious.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             # Copyrights 2016-2020 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-Mojolicious.
6             # Meta-POD processed 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 1     1   1200 use warnings;
  1         2  
  1         39  
10 1     1   4 use strict;
  1         2  
  1         32  
11              
12             package XML::Compile::SOAP::Mojolicious;
13 1     1   4 use vars '$VERSION';
  1         2  
  1         61  
14             $VERSION = '0.06';
15              
16 1     1   6 use Log::Report 'xml-compile-soap-mojolicious';
  1         2  
  1         9  
17              
18              
19             1;