Condition Coverage

blib/lib/Encode/Arabic/ArabTeX.pm
Criterion Covered Total %
condition 8 30 26.6


and 2 conditions

line l !l condition
125 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
126 0 0 $opt eq ':describe' and $opt{'describe'} = 1

and 3 conditions

line !l l&&!r l&&r condition
57 1 0 1 defined $_[1] and $_[1] eq ':xml'
93 2 0 0 defined $_[1] and $_[1] eq ':simple'
99 2 0 0 defined $_[1] and $_[1] eq ':describe'
174 0 0 1 defined $encoder and $encoder == -1
311 0 0 1 defined $decoder and $decoder == -1
1722 0 0 0 not $opt{'dump'} =~ s/^!// and -f $opt{'dump'}

or 3 conditions

line l !l&&r !l&&!r condition
1787 0 0 2 defined $${$cls . '::encoder';}[$mode + $enlevel] or $mode == 0
1814 0 0 2 defined $${$cls . '::decoder';}[$mode + $delevel] or $mode == 0