Condition Coverage

blib/lib/Perl/ToPerl6/UserProfile.pm
Criterion Covered Total %
condition 8 21 38.1


or 2 conditions

line l !l condition
76 0 37 $profile->{$short_name} || $profile->{$long_name} || $$profile{"-$short_name"} || $$profile{"-$long_name"} || {}
152 0 5 ref $profile || 'DEFAULT'
169 0 5 delete $profile->{'__defaults__'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
69 0 37 0 ref $transformer || transformer_long_name($transformer)
86 37 0 0 ref $transformer || transformer_long_name($transformer)
90 0 0 37 exists $$profile{"-$short_name"} || exists $$profile{"-$long_name"}
99 37 0 0 ref $transformer || transformer_long_name($transformer)
103 0 0 37 exists $profile->{$short_name} || exists $profile->{$long_name}