blib/lib/X10/MacroProc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 0 | unless $$self{'controller'} |
25 | 0 | 0 | if $$self{'debug'} |
30 | 0 | 0 | if ($$self{'configfile'}) |
52 | 0 | 0 | if exists $$self{'macros'}{$nkey} |
63 | 0 | 0 | if (@_) |
69 | 0 | 0 | if ($nkey) { } |
97 | 0 | 0 | if (exists $$self{'macros'}{$event->as_string}) { } |
0 | 0 | elsif ($$self{'debug'}) { } | |
103 | 0 | 0 | unless $$self{'macros'}{$event->as_string}->run |