| blib/lib/Net/AppNotifications.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 22 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | defined $message and length $message |
| line | l | !l | condition |
|---|---|---|---|
| 68 | 0 | 0 | $cbs{'on_error'} || sub { croak("$_[0]"); } |
| 88 | 0 | 0 | $cbs{'on_error'} ||= sub { warn "Error: $_[0]"; } |
| 92 | 0 | 0 | $cbs{'on_timeout'} ||= sub { warn "Timeout: $_[0]"; } |
| 122 | 0 | 0 | $param{$_} || '' |
| 142 | 0 | 0 | $sound || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 0 | 0 | ref $class || $class |
| 136 | 0 | 0 | 0 | $s eq 'off' or $s eq 'no' |
| 0 | 0 | 0 | $s eq 'off' or $s eq 'no' or $s eq 'false' |