Condition Coverage

blib/lib/Const/Dual.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
62 0 5 0 $] >= 5.008 && $] < 5.015004
72 8 3 1 $storehash and ref $storehash ne 'HASH'
83 14 0 0 _DOWNGRADE() and utf8::is_utf8($name)

or 3 conditions

line l !l&&r !l&&!r condition
77 0 1 15 ref $name or not $name =~ /^[a-zA-Z_][a-zA-Z0-9_]*$/