| 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 | 162438 | use warnings; use strict; | |||
| 8 | 8 | 68 | |||||
| 8 | 221 | ||||||
| 8 | 51 | ||||||
| 8 | 16 | ||||||
| 8 | 323 | ||||||
| 3 | our $VERSION = '3.3.0'; | ||||||
| 4 | |||||||
| 5 | 8 | 8 | 58 | use rlib '.'; | |||
| 8 | 17 | ||||||
| 8 | 36 | ||||||
| 6 | |||||||
| 7 | # In the future there is plain a StringMain. | ||||||
| 8 | 8 | 8 | 6156 | use B::DeparseTree::TreeMain; | |||
| 8 | 27 | ||||||
| 8 | 282 | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | __END__ |