Branch Coverage

blib/lib/Text/MicroMason/Safe.pm
Criterion Covered Total %
branch 3 14 21.4


line true false branch
25 2 0 if (not $self->{'safe'} or $self->{'safe'} eq '1') { }
0 0 elsif (UNIVERSAL::can($self->{'safe'}, 'reval')) { }
40 0 2 if $self->{'safe_methods'}
47 0 0 ref $_ ? :
2 0 !$_ ? :
62 0 0 unless my $sub = $self->{$method}
70 0 0 unless $func =~ /^[a-z\_]+$/