Branch Coverage

File:blib/lib/OpenSRF/Utils/SettingsParser.pm
Coverage:0.0%

line%coveragebranch
230TFunless $self and $bootstrap_config
700TFif (ref $ol) { }
710TFif (ref $ol eq 'HASH') { }
730TFif (ref $$ol{$key} and ref $$ol{$key} eq ref $$base{$key}) { }
810TFif (ref $$ol[$key] and ref $$ol[$key] eq ref $$base[$key]) { }
970TFif $value =~ /^\d{1,10}$/o
1050TFunless $node
1080TFunless $attr
1130TFif (@kids == 1 and $kids[0]->nodeType == 3) { }
1170TFif $kid->nodeName eq 'comment'
1180TFif (exists $output{$kid->nodeName})
1190TFif (ref $output{$kid->nodeName} ne 'ARRAY') { }