blib/lib/Test/MethodFixtures.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 14 | 78.5 |
line | l | !l | condition |
---|---|---|---|
37 | 1 | 11 | delete $args{'mode'} || $MODE || 'playback' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 1 | 0 | 3 | delete $args{'storage'} || $STORAGE || $DEFAULT_STORAGE |
41 | 1 | 20 | 0 | $ENV{'TEST_MF_MODE'} || $mode |
100 | 22 | 0 | 5 | defined $stored->{'output'} or $stored->{'no_output'} |
143 | 20 | 2 | 27 | $mode eq 'record' or $mode eq 'passthrough' |