| blib/lib/Lingua/EO/Orthography.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 14 | 14 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 48 | 7 | 9 | exists $init_arg{'sources'} ? : | 
| 52 | 5 | 6 | exists $init_arg{'target'} ? : | 
| 68 | 30 | 25 | if (scalar @_ > 1) | 
| 69 | 9 | 21 | if (defined $source_notation_candidates_ref and $source_notation_candidates_ref eq ':all') { } | 
| 96 | 23 | 24 | if (scalar @_ > 1) | 
| 150 | 1 | 2 | unless @{$$self{'sources'};} | 
| 167 | 2 | 23 | unless is_value($string) |