| blib/lib/App/EditorTools/Command/IntroduceTemporaryVariable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 8 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 1 | unless $$opt{'start_location'} |
| 25 | 0 | 1 | unless $$opt{'end_location'} |
| 31 | 0 | 1 | unless scalar @{$$opt{'start'};} == 2 |
| 33 | 0 | 1 | unless scalar @{$$opt{'end'};} == 2 |