| lib/App/Service.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 26 | 3.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 396 | 0 | 0 | 0 | !defined($value) || $value eq '' and $default ne '' |
| 433 | 0 | 0 | 0 | $label_dict and exists $$label_dict{$sym} |
| line | l | !l | condition |
|---|---|---|---|
| 438 | 0 | 0 | $$default_object{'lang'} || 'en' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 82 | 0 | 1 | 0 | ref $this || $this |
| 273 | 0 | 0 | 0 | not $r or $r eq 'ARRAY' |
| 0 | 0 | 0 | not $r or $r eq 'ARRAY' or $r eq 'SCALAR' | |
| 0 | 0 | 0 | $$d{'context'} || $$d{'_repository'} | |
| 396 | 0 | 0 | 0 | !defined($value) || $value eq '' |
| 449 | 0 | 0 | 0 | $$lang_dict{$part[$i]} || ucfirst $part[$i] |