blib/lib/Mojolicious/Plugin/Notifications/Humane.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 13 | 61.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 8 | 0 | 1 | ref $post[0] and ref $post[0] eq 'ARRAY' |
line | l | !l | condition |
---|---|---|---|
21 | 0 | 3 | $param->{'base_class'} // 'libnotify' |
22 | 0 | 3 | $param->{'base_timeout'} // 3000 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
39 | 8 | 1 | 0 | @$notify_array or @$types |
41 | 1 | 8 | 0 | shift @post // $self->base_class |