File Coverage

lib/XML/Compile/WSA.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             # Copyrights 2010-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-WSA. 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::WSA;
10 1     1   235272 use vars '$VERSION';
  1         2  
  1         46  
11             $VERSION = '0.95';
12              
13              
14             # Stuff from ::SOAP::WSA should move here
15              
16             1;