blib/lib/Text/Tidx.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 28 | 50.0 |
line | true | false | branch |
---|---|---|---|
37 | 0 | 0 | if (@_ == 3) |
40 | 0 | 0 | if (@_ == 4) |
47 | 1 | 2 | if (@_ == 3) |
50 | 2 | 1 | if (@_ == 4) |
53 | 0 | 3 | unless $r |
60 | 0 | 1 | unless $file |
61 | 1 | 0 | unless defined $op{'skip'} |
62 | 1 | 0 | !($op{'skip'} =~ /^\d+$/) ? : |
63 | 0 | 1 | $op{'skip'} =~ /^\d+$/ ? : |
64 | 0 | 1 | $op{'sub'} || $op{'sub_e'} ? : |
65 | 1 | 0 | unless $op{'sep'} |
66 | 1 | 0 | unless defined $op{'chr'} |
67 | 1 | 0 | unless $op{'beg'} |
68 | 1 | 0 | unless $op{'end'} |