| blib/lib/App/RL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 9 | 9 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 | 
| pod | n/a | ||
| total | 12 | 12 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package App::RL; | ||||||
| 2 | |||||||
| 3 | our $VERSION = '0.3.0'; | ||||||
| 4 | |||||||
| 5 | 16 | 16 | 1681897 | use strict; | |||
| 16 | 127 | ||||||
| 16 | 628 | ||||||
| 6 | 16 | 16 | 526 | use warnings; | |||
| 16 | 49 | ||||||
| 16 | 730 | ||||||
| 7 | 16 | 16 | 9026 | use App::Cmd::Setup -app; | |||
| 16 | 578863 | ||||||
| 16 | 151 | ||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |