Condition Coverage

blib/lib/dan.pm
Criterion Covered Total %
condition 14 20 70.0


and 3 conditions

line !l l&&!r l&&r condition
29 11 0 1 exists $opts{'the'} and not $is_DanThe
35 9 0 2 ref($opts{'cat_decode'} || '') eq 'CODE' and not exists $opts{'decode'}
48 10 0 1 $opts{'force'} and $^H & $utf8_hint_bits

or 2 conditions

line l !l condition
35 2 9 $opts{'cat_decode'} || ''
73 0 2499 $_[1] // 1
80 0 24 $opts{'level'} // 1
82 8 16 ($$SINGLETON{'code'}{$pkg} || {})->{$mode} || ''

or 3 conditions

line l !l&&r !l&&!r condition
68 3 0 3 $DEFAULT_ENCODING || ${^ENCODING}