inc/Test2/Event/Plan.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 24 | 25.0 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 1 | 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 | 1 | if defined $_[0]{'reason'} |
31 | 0 | 1 | unless defined $_[0]{'max'} |
34 | 0 | 1 | unless $_[0]{'max'} =~ /^\d+$/ |
55 | 1 | 0 | unless $self->{'directive'} |
57 | 0 | 0 | if $self->{'directive'} eq 'SKIP' |
63 | 0 | 2 | if $self->{'directive'} and $self->{'directive'} eq 'SKIP' |
73 | 0 | 0 | if $max or not $directive |
76 | 0 | 0 | if $reason |