| blib/lib/App/GitGot.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 8 | 8 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 11 | 11 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package App::GitGot; | ||||||
| 2 | our $AUTHORITY = 'cpan:GENEHACK'; | ||||||
| 3 | $App::GitGot::VERSION = '1.336'; | ||||||
| 4 | # ABSTRACT: A tool to make it easier to manage multiple git repositories. | ||||||
| 5 | 15 | 15 | 2122813 | use 5.014; | |||
| 15 | 129 | ||||||
| 6 | 15 | 15 | 64 | use warnings; | |||
| 15 | 30 | ||||||
| 15 | 447 | ||||||
| 7 | |||||||
| 8 | 15 | 15 | 5214 | use App::Cmd::Setup -app; | |||
| 15 | 291522 | ||||||
| 15 | 88 | ||||||
| 9 | |||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |