File Coverage

blib/lib/App/scanrdeps.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             # ABSTRACT: just main_module for scanrdeps.pl
2              
3             package App::scanrdeps;
4 1     1   557 use 5.008001;
  1         2  
5 1     1   4 use strict;
  1         1  
  1         15  
6 1     1   3 use warnings;
  1         1  
  1         41  
7              
8             our $VERSION = "0.01";
9              
10             =encoding utf-8
11              
12             =head1 NAME
13              
14             App::scanrdeps
15              
16             =head1 INSTALLATION
17              
18             cpm install -gv App::scanrdeps
19              
20             =head1 AUTHOR
21              
22             Pavel Serikov Epavelsr@cpan.orgE
23              
24             =head1 LICENSE
25              
26             MIT
27              
28             =cut
29              
30             1;
31              
32             __END__