| blib/lib/App/sdif/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 | sdif -Mdebug | ||||||
| 8 | |||||||
| 9 | =cut | ||||||
| 10 | |||||||
| 11 | package App::sdif::debug; | ||||||
| 12 | |||||||
| 13 | 1 | 1 | 1385 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 28 | ||||||
| 14 | 1 | 1 | 5 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 25 | ||||||
| 15 | |||||||
| 16 | 1 | 1 | 532 | use Getopt::EX::Loader; | |||
| 1 | 24274 | ||||||
| 1 | 55 | ||||||
| 17 | |||||||
| 18 | $Getopt::EX::Loader::debug = 1; | ||||||
| 19 | |||||||
| 20 | 1; |