Branch Coverage

blib/lib/Data/Passphrase/Ruleset.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
44 0 0 if (defined $value)
45 0 0 if $name eq 'file' and defined $self->get_rules or $name eq 'rules' and defined $self->get_file
59 0 0 if $debug
65 0 0 if (exists $$arg_ref{'file'})
81 0 0 unless my $file = $self->get_file
83 0 0 if $debug
85 0 0 if (-r $file) { }
93 0 0 if $debug
95 0 0 if exists $Rules_Cache{$file}{'last_read'} and $Rules_Cache{$file}{'last_read'} == $last_modified
99 0 0 if $debug
101 0 0 if (ref $rule_list ne 'ARRAY')
102 0 0 if $@
103 0 0 if $!
107 0 0 ref $_ eq 'HASH' ? :
120 0 0 unless exists $Rules_Cache{$file}{'last_read'}
131 0 0 if (defined $value)
142 0 0 if ref $value ne 'ARRAY'