lib/Mojolicious/Plugin/BootstrapAlerts.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 18 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
17 | 10 | 1 | 1 | exists $config->{'dismissable'} && $config->{'dismissable'} == 0 |
37 | 2 | 3 | 23 | not exists $config->{'dismissable'} and $dismissable |
42 | 21 | 2 | 7 | ref $message and ref $message eq 'ARRAY' |
63 | 8 | 1 | 3 | $config->{'auto_inject'} and $selector |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 2 | 25 | 3 | $config->{'dismissable'} or not exists $config->{'dismissable'} and $dismissable |
62 | 1 | 2 | 9 | $config->{'before'} || $config->{'after'} |