Branch Coverage

blib/lib/FormValidator/Simple/ProfileManager/YAML.pm
Criterion Covered Total %
branch 15 20 75.0


line true false branch
18 0 4 if ($loader eq 'YAML::Syck') { }
4 0 elsif ($loader eq 'YAML') { }
33 1 5 unless $$self_new{'_profile'}
45 44 28 if (@paths) { }
47 43 1 $profile ? :
64 3 12 if ($key eq $cur_key)
71 1 3 unless ($key_exists)
86 0 0 if ($key eq $cur_key)
96 8 31 if (my $ref = ref $keys) { }
97 8 0 if ($ref eq 'HASH') { }