| blib/lib/Perl/ToPerl6/UserProfile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 21 | 76.1 |
| line | l | !l | condition |
|---|---|---|---|
| 78 | 4 | 1317 | $profile->{$short_name} || $profile->{$long_name} || $$profile{"-$short_name"} || $$profile{"-$long_name"} || {} |
| 154 | 15 | 115 | ref $profile || 'DEFAULT' |
| 171 | 4 | 122 | delete $profile->{'__defaults__'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 71 | 0 | 1381 | 0 | ref $transformer || transformer_long_name($transformer) |
| 88 | 987 | 11 | 0 | ref $transformer || transformer_long_name($transformer) |
| 92 | 8 | 2 | 988 | exists $$profile{"-$short_name"} || exists $$profile{"-$long_name"} |
| 101 | 987 | 10 | 0 | ref $transformer || transformer_long_name($transformer) |
| 105 | 57 | 0 | 940 | exists $profile->{$short_name} || exists $profile->{$long_name} |