| blib/lib/Test/Ika/Example.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 20 | 22 | 90.9 | 
| line | true | false | branch | 
|---|---|---|---|
| 20 | 0 | 44 | @_ == 1 ? : | 
| 25 | 44 | 0 | exists $args{'cond'} ? : | 
| 26 | 3 | 32 | !$code ? : | 
| 9 | 35 | exists $args{'skip'} ? : | |
| 43 | 4 | 37 | if (defined $$self{'cond'} and defined $$self{'code'}) | 
| 44 | 2 | 2 | ref $$self{'cond'} eq 'CODE' ? : | 
| 46 | 2 | 2 | unless $cond | 
| 61 | 14 | 27 | if ($$self{'skip'}) { } | 
| 75 | 14 | 27 | if ($$self{'skip'}) | 
| 76 | 9 | 5 | $$self{'code'} ? : | 
| 79 | 14 | 27 | $$self{'skip'} ? : |