blib/lib/Net/IMP/Debug.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 30 | 13.3 |
line | true | false | branch |
---|---|---|---|
16 | 31 | 8 | if @_ == 1 |
21 | 0 | 0 | if ($_[$i] eq 'var') { } |
0 | 0 | elsif ($_[$i] eq 'rxvar') { } | |
0 | 0 | elsif ($_[$i] eq 'sub') { } | |
38 | 8 | 0 | if @_ > 1 |
43 | 0 | 0 | if @_ > 1 and defined $_[1] |
44 | 0 | 0 | if @_ > 2 |
49 | 293 | 0 | unless $DEBUG |
51 | 0 | 0 | if @_ |
52 | 0 | 0 | if ($DEBUG_SUB) |
56 | 0 | 0 | unless $DEBUG_RX |
60 | 0 | 0 | if ($DEBUG_RX) |
63 | 0 | 0 | unless $pkg =~ /$DEBUG_RX/ |
65 | 0 | 0 | if $DEBUG_SUB |
69 | 0 | 0 | if $sub |