File Coverage

blib/lib/App/cdif/debug.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             =head1 NAME
2              
3             debug - debug module
4              
5             =head1 SYNOPSIS
6              
7             cdif -Mdebug
8              
9             =cut
10              
11             package App::cdif::debug;
12              
13 1     1   1221 use strict;
  1         2  
  1         28  
14 1     1   5 use warnings;
  1         1  
  1         26  
15              
16 1     1   5 use Getopt::EX::Loader;
  1         4  
  1         49  
17              
18             $Getopt::EX::Loader::debug = 1;
19              
20             1;