blib/lib/Rstats/Class.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 20 | 75.0 |
line | true | false | branch |
---|---|---|---|
15 | 628 | 128338 | if ($self->{'proxy'}{$name}) { } |
128315 | 23 | elsif (my $h = $self->helpers->{$name}) { } | |
24 | 0 | 23 | $name eq '' ? : |
26 | 329 | 4317 | $key =~ /$re/ ? : |
30 | 619 | 8 | unless $proxy->{'args'} |
34 | 23 | 0 | $found ? : |
291 | 0 | 1339 | unless &Scalar::Util::blessed($self) and $self->isa('Rstats::Class') |
295 | 0 | 1339 | unless my $helper = $self->get_helper($method) |
299 | 719 | 620 | if (ref $helper eq 'CODE') { } |
314 | 0 | 4305 | ref $_[0] eq 'HASH' ? : |