blib/lib/AtExit.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 39 | 5.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
326 | 0 | 0 | 0 | @_ && ref $_[0] |
333 | 0 | 0 | 0 | @_ && ref $_[0] |
340 | 0 | 0 | 0 | @_ && ref $_[0] |
345 | 0 | 0 | 0 | defined $_ and $_ |
0 | 0 | 0 | defined $_ and $_ and /[A-Za-z_]/ | |
355 | 0 | 0 | 0 | $_ && $_ ne 'CODE' |
360 | 0 | 0 | 0 | $self->{'EXITING'} and $self->{'IGNORE_WHEN_EXITING'} |
373 | 0 | 0 | 0 | defined $exit_sub and ref $exit_sub eq 'CODE' |
386 | 0 | 0 | 0 | $_ && $_ ne 'CODE' |
422 | 1 | 0 | 0 | @_ && ref $_[0] |
429 | 0 | 1 | 0 | defined $exit_subs and @$exit_subs > 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
311 | 0 | 0 | 0 | ref $this || $this |
343 | 0 | 0 | 0 | $self or @_ == 0 |