| blib/lib/Web/AssetLib/OutputEngine.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 26 | 34.6 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 0 | 5 | if keys %args |
| 0 | 5 | if scalar @_ > 6 | |
| 16 | 0 | 5 | if ($asset and not $bundle) { } |
| 5 | 0 | elsif ($bundle and not $asset) { } | |
| 0 | 0 | elsif ($bundle and $asset) { } | |
| 36 | 0 | 5 | unless exists $args{'bundle'} |
| 0 | 5 | if keys %args | |
| 0 | 5 | if scalar @_ > 4 | |
| 46 | 0 | 0 | unless exists $args{'asset'} |
| 0 | 0 | if keys %args | |
| 0 | 0 | if scalar @_ > 4 | |
| 56 | 0 | 8 | unless scalar @_ > 0 |
| 0 | 8 | if scalar @_ > 1 |