lib/Synapse/Monitor/Listener.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 22 | 63.6 |
line | true | false | branch |
---|---|---|---|
185 | 12 | 30 | if ($before =~ /\./) |
191 | 0 | 30 | if ($after =~ /\./) |
210 | 1 | 4 | unless ($$self{'action'}{$oldState}) |
214 | 0 | 4 | unless ($$self{'action'}{$oldState}{$newState}) |
223 | 5 | 0 | if ($action_obj) { } |
238 | 18 | 3 | unless $file =~ /\Q$EVTEXT\E$/ |
239 | 0 | 3 | unless -e "$EVTDIR/$file" |
240 | 0 | 3 | if -e "$EVTDIR/$file.lock" |
249 | 0 | 3 | unless open YAMLFILE, $file |
261 | 0 | 3 | unless $event |
270 | 0 | 3 | if $oldState eq $newState |