| blib/lib/App/gimpgitbuild.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 | # ABSTRACT: gimp build | ||||||
| 2 | package App::gimpgitbuild; | ||||||
| 3 | $App::gimpgitbuild::VERSION = '0.32.1'; | ||||||
| 4 | 5 | 5 | 316343 | use strict; | |||
| 5 | 13 | ||||||
| 5 | 192 | ||||||
| 5 | 5 | 5 | 25 | use warnings; | |||
| 5 | 10 | ||||||
| 5 | 321 | ||||||
| 6 | |||||||
| 7 | 5 | 5 | 2757 | use App::Cmd::Setup -app; | |||
| 5 | 286019 | ||||||
| 5 | 49 | ||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |