Branch Coverage

inc/Test2/Event/Plan.pm
Criterion Covered Total %
branch 6 24 25.0


line true false branch
19 0 15 if ($_[0]{'directive'}) { }
20 0 0 if $_[0]{'directive'} eq 'skip_all'
21 0 0 if $_[0]{'directive'} eq 'no_plan'
24 0 0 unless $ALLOWED{$_[0]{'directive'}}
28 0 15 if defined $_[0]{'reason'}
31 0 15 unless defined $_[0]{'max'}
34 0 15 unless $_[0]{'max'} =~ /^\d+$/
55 15 0 unless $self->{'directive'}
57 0 0 if $self->{'directive'} eq 'SKIP'
63 0 15 if $self->{'directive'} and $self->{'directive'} eq 'SKIP'
73 0 0 if $max or not $directive
76 0 0 if $reason