blib/lib/App/Prove/State.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 25 | 48.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
93 | 14 | 60 | 0 | defined $store and -f $store |
418 | 0 | 0 | 0 | -f $_ and /(?:$ext_string)$/ |
544 | 0 | 0 | 0 | defined $test->sequence and $test->sequence >= $self->{'seq'} |
line | l | !l | condition |
---|---|---|---|
84 | 0 | 74 | delete $args{'extensions'} || ['.t'] |
0 | 74 | delete $args{'result_class'} || 'App::Prove::State::Result' | |
347 | 11 | 6 | $clause->{'where'} || sub { 1; } |
360 | 59 | 0 | $App::Prove::State::a->[1] || 0 |
59 | 0 | $App::Prove::State::b->[1] || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
297 | 19 | 0 | 0 | $handler{$opt} || croak("Illegal state option: $opt") |
323 | 58 | 14 | 2 | @argv or @{$self->{'select'};} |