| blib/lib/WAP/wmls.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 | |||||||
| 2 | package WAP::wmls; | ||||||
| 3 | |||||||
| 4 | 1 | 1 | 1248 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 42 | ||||||
| 5 | 1 | 1 | 5 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 49 | ||||||
| 6 | |||||||
| 7 | our $VERSION = '1.13'; | ||||||
| 8 | |||||||
| 9 | 1 | 1 | 2013 | use WAP::wmls::parser; | |||
| 1 | 8 | ||||||
| 1 | 28 | ||||||
| 10 | 1 | 1 | 767 | use WAP::wmls::optim; | |||
| 1 | 34 | ||||||
| 1 | 43 | ||||||
| 11 | 1 | 1 | 928 | use WAP::wmls::gen; | |||
| 1 | 5 | ||||||
| 1 | 33 | ||||||
| 12 | |||||||
| 13 | 1; |