Condition Coverage

blib/lib/AxKit2/Config.pm
Criterion Covered Total %
condition 3 14 21.4


and 3 conditions

line !l l&&!r l&&r condition
156 0 0 0 $key =~ s/_//g and not $CONFIG{$key}

or 2 conditions

line l !l condition
70 54 0 shift() || die('add_config_param() requires a key')
71 54 0 shift() || die('add_config_param() requires a validate routine')
72 54 0 shift() || die('add_config_param() requires a store routine')
102 0 0 $2 || ''

or 3 conditions

line l !l&&r !l&&!r condition
156 0 0 0 not $CONFIG{$key} or $key =~ s/_//g and not $CONFIG{$key}