File Coverage

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.337';
4             # ABSTRACT: A tool to make it easier to manage multiple git repositories.
5 15     15   2697415 use 5.014;
  15         167  
6 15     15   85 use warnings;
  15         34  
  15         508  
7              
8 15     15   6806 use App::Cmd::Setup -app;
  15         389425  
  15         118  
9              
10              
11             1;
12              
13             __END__