| blib/lib/Rex/Notify.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 0 | 0 | if $self->{'__in_notify__'} |
| 32 | 0 | 0 | if (exists $self->{'__types__'}{$option{'type'}}{$option{'name'}}) |
| 53 | 0 | 0 | if (exists $self->{'__types__'}{$option{'type'}} and exists $self->{'__types__'}{$option{'type'}}{$option{'name'}} and exists $self->{'__types__'}{$option{'type'}}{$option{'name'}}{'cb'} and $self->{'__types__'}{$option{'type'}}{$option{'name'}}{'postpone'} == 0) { } |
| 71 | 0 | 0 | if (not $self->{'__running_postponed__'}) { } |