blib/lib/Encode/Arabic/ArabTeX.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 30 | 13.3 |
line | l | !l | condition |
---|---|---|---|
126 | 0 | 0 | $opt eq ':simple' and $opt{'non-quoting'} = 1 |
0 | 0 | $opt eq ':simple' and $opt{'non-quoting'} = 1 and $opt{'non-refined'} = 1 | |
127 | 0 | 0 | $opt eq ':describe' and $opt{'describe'} = 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
60 | 3 | 0 | 1 | defined $_[1] and $_[1] eq ':xml' |
96 | 4 | 0 | 0 | defined $_[1] and $_[1] eq ':simple' |
102 | 4 | 0 | 0 | defined $_[1] and $_[1] eq ':describe' |
175 | 0 | 0 | 0 | defined $encoder and $encoder == -1 |
312 | 0 | 0 | 0 | defined $decoder and $decoder == -1 |
1713 | 0 | 0 | 0 | not $opt{'dump'} =~ s/^!// and -f $opt{'dump'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
1778 | 0 | 0 | 0 | defined $${$cls . '::encoder';}[$mode + $enlevel] or $mode == 0 |
1805 | 0 | 0 | 0 | defined $${$cls . '::decoder';}[$mode + $delevel] or $mode == 0 |