Branch Coverage

inc/YAML.pm
Criterion Covered Total %
branch 4 16 25.0


line true false branch
25 0 0 if $YAML::DumperClass
32 0 2 if $YAML::LoaderClass
48 0 0 if (ref $filename eq 'GLOB') { }
53 0 0 if ($filename =~ /^\s*(>{1,2})\s*(.*)$/)
56 0 0 unless open $OUT, $mode, $filename
67 0 2 if (ref $filename eq 'GLOB') { }
71 0 2 unless open $IN, '<', $filename
83 0 2 if $@ and not "$@" =~ /Can't locate/