| 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-2015 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.01. | ||||||
| 5 | package XML::Compile::WSA; | ||||||
| 6 | 1 | 1 | 1513 | use vars '$VERSION'; | |||
| 1 | 2 | ||||||
| 1 | 58 | ||||||
| 7 | $VERSION = '0.94'; | ||||||
| 8 | |||||||
| 9 | |||||||
| 10 | # Stuff from ::SOAP::WSA should move here | ||||||
| 11 | |||||||
| 12 | 1; |