blib/lib/AutoReloader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 26 | 61.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
245 | 5 | 0 | 8 | &Scalar::Util::reftype($ref) and &Scalar::Util::reftype($ref) eq 'CODE' |
258 | 16 | 0 | 6 | ${$h->{'check'};} and ${$h->{'checksub'};} |
16 | 1 | 5 | ${$h->{'check'};} and ${$h->{'checksub'};} and (my $c = &${$h->{'checksub'};}($file)) != $$cr | |
315 | 3 | 0 | 4 | @_ and $_[0] =~ /^&?AUTOLOAD$/ |
line | l | !l | condition |
---|---|---|---|
172 | 2 | 0 | shift() || $AutoReloader::AL{'auto'} || 'auto' |
178 | 0 | 16 | $AutoReloader::AL{'suffix'} || '.al' |
289 | 2 | 8 | $AL{'auto'} || 'auto' |
342 | 0 | 4 | $AutoReloader::AL{'auto'} || 'auto' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
171 | 0 | 16 | 0 | shift() || $AutoReloader::AL{'checksub'} |
339 | 4 | 0 | 0 | ref $self || $self |