Condition Coverage

blib/lib/Format/CN.pm
Criterion Covered Total %
condition 15 16 93.7


and 3 conditions

line !l l&&!r l&&r condition
62 4 1 60 defined $p_is_han and not $n_is_others
5 10 50 defined $p_is_han and not $n_is_others and not $n_is_pun
11 41 9 defined $p_is_han and not $n_is_others and not $n_is_pun and $n_is_han ^ $p_is_han
51 1 8 defined $p_is_han and not $n_is_others and not $n_is_pun and $n_is_han ^ $p_is_han and not $p_is_pun

or 2 conditions

line l !l condition
15 1 3 $args{'encoding'} || 'utf8'
35 1 0 $args{'encoding'} ||= 'utf8'