blib/lib/Test/Given/Context.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 14 | 85.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
147 | 43 | 4 | 56 | $context and not $has_invariants |
157 | 84 | 43 | 4 | $count == 0 and $self->_has_invariants |
line | l | !l | condition |
---|---|---|---|
83 | 88 | 39 | $indent ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
88 | 86 | 38 | 3 | $$self{'thens'} || _okay_to_have_no_tests($self) |
141 | 0 | 0 | 38 | $$self{'parent'} || $$self{'givens'} || $$self{'whens'} || $$self{'invariants'} |