Branch Coverage

blib/lib/App/Automaton.pm
Criterion Covered Total %
branch 5 28 17.8


line true false branch
29 1 1 if ($$self{'yaml_conf'}) { }
1 0 elsif ($$self{'conf_file'}) { }
32 0 1 unless $$self{'conf'} = YAML::Tiny::LoadFile($$self{'conf_file'})
45 0 0 if $$source{'bypass'}
51 0 0 unless $s
52 0 0 unless $s->can('go')
65 0 0 if $$filter{'bypass'}
71 0 0 unless $a
72 0 0 unless $a->can('go')
86 0 0 if $$action{'bypass'}
92 0 0 unless $a
93 0 0 unless $a->can('go')
95 0 0 unless $r
113 0 3 if ($$self{'debug'})