| lib/B/DeparseTree.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 | package B::DeparseTree; | ||||||
| 2 | 8 | 8 | 129859 | use warnings; use strict; | |||
| 8 | 8 | 52 | |||||
| 8 | 184 | ||||||
| 8 | 35 | ||||||
| 8 | 10 | ||||||
| 8 | 237 | ||||||
| 3 | our $VERSION = '3.4.0'; | ||||||
| 4 | |||||||
| 5 | 8 | 8 | 42 | use rlib '.'; | |||
| 8 | 12 | ||||||
| 8 | 30 | ||||||
| 6 | |||||||
| 7 | # In the future there is plain a StringMain. | ||||||
| 8 | 8 | 8 | 5141 | use B::DeparseTree::TreeMain; | |||
| 8 | 19 | ||||||
| 8 | 273 | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | __END__ |