Branch Coverage

blib/lib/Circle/Ruleable.pm
Criterion Covered Total %
branch 1 26 3.8


line true false branch
26 4 0 if eval { do { $self->{'rulestore'}->run($chainname, $event); 1 } }
51 0 0 if (defined $chain)
52 0 0 unless grep {$chain eq $_;} @chains
91 0 0 unless $index =~ /^\d+$/
133 0 0 unless $index =~ /^\d+$/
157 0 0 if (defined $name) { }
162 0 0 if not $opts->{'actions'} or $opts->{'conds'}
163 0 0 if not $opts->{'conds'} or $opts->{'actions'}
167 0 0 if (my $attrs = eval { do { $rulestore->describe_cond($name) } }) { }
0 0 elsif ($attrs = eval { do { $rulestore->describe_action($name) } }) { }
170 0 0 if defined $attrs->{'format'}
175 0 0 if defined $attrs->{'format'}
194 0 0 unless my $rules_ynode = $ynode->{'rules'}