| 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 | 1409 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 29 | ||||||
| 14 | 1 | 1 | 5 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 26 | ||||||
| 15 | |||||||
| 16 | 1 | 1 | 583 | use Getopt::EX::Loader; | |||
| 1 | 25475 | ||||||
| 1 | 61 | ||||||
| 17 | |||||||
| 18 | $Getopt::EX::Loader::debug = 1; | ||||||
| 19 | |||||||
| 20 | 1; |