File Coverage

blib/lib/App/Git/Perl.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package App::Git::Perl;
2              
3             our $VERSION = '0.1.14';
4              
5 1     1   505 use strict;
  1         2  
  1         24  
6 1     1   4 use warnings;
  1         2  
  1         31  
7              
8             =head1 NAME
9              
10             App::Git::Perl - adds custom git command "git perl" to make it easier to monitor latest changes in perl modules, and make you collaborate faster.
11              
12             =head1 DESCRIPTION
13              
14             This is a stub module, see L for details of the app.
15              
16             =head1 AUTHOR
17              
18             Nedzad Hrnjica
19              
20             =head1 LICENSE
21              
22             This is free software; you can redistribute it and/or modify it under
23             the same terms as the Perl 5 programming language system itself.
24              
25             =cut
26              
27             1;