Condition Coverage

blib/lib/Win32/Codepage.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
123 0 0 0 $codepage and $codepage =~ /^[0-9a-fA-F]+$/s
139 0 0 0 $codepage and $codepage =~ /^[0-9a-fA-F]+$/s
155 0 0 0 $codepage and $codepage =~ /^[0-9a-fA-F]+$/s

or 2 conditions

line l !l condition
88 0 0 $_[0] or get_ms_codepage() or ''
103 0 0 $_[0] or get_ms_install_codepage() or ''
121 0 0 _get_codepage_reg_key() || (return)
137 0 0 _get_lang_reg_key() || (return)
153 0 0 _get_lang_reg_key() || (return)

or 3 conditions

line l !l&&r !l&&!r condition
88 0 0 0 $_[0] or get_ms_codepage()
103 0 0 0 $_[0] or get_ms_install_codepage()
122 0 0 0 $key->GetValue('ACP') || $key->GetValue('OEMCP')