Branch Coverage

blib/lib/YAML/LoadFileCached.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
31 0 1001 unless defined $filepath
33 999 2 if (exists $$cache{$filepath} and $$statistic{$filepath}{'lastchanged'} == (stat $filepath)[9]) { }
53 0 2 unless defined $filepath
55 2 0 exists $$statistic{$filepath} ? :