| 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.339'; | ||||||
| 4 | # ABSTRACT: A tool to make it easier to manage multiple git repositories. | ||||||
| 5 | 15 | 15 | 2778737 | use 5.014; | |||
| 15 | 167 | ||||||
| 6 | 15 | 15 | 86 | use warnings; | |||
| 15 | 30 | ||||||
| 15 | 516 | ||||||
| 7 | |||||||
| 8 | 15 | 15 | 7262 | use App::Cmd::Setup -app; | |||
| 15 | 395399 | ||||||
| 15 | 133 | ||||||
| 9 | |||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |