Condition Coverage

lib/Test/PAUSE/Permissions.pm
Criterion Covered Total %
condition 0 37 0.0


and 3 conditions

line !l l&&!r l&&r condition
68 0 0 0 $file_authority and $file_authority ne $meta_authority
80 0 0 0 not $saw_errors and %new_packages
0 0 0 not $saw_errors and %new_packages and keys %new_packages < keys %$provides
0 0 0 not $saw_errors and %new_packages and keys %new_packages < keys %$provides and keys %dist_maintainers > @authorities
108 0 0 0 $meta and $meta->{'x_authority'}
117 0 0 0 -f $file and -r _
119 0 0 0 $meta and ref $meta eq ref {}
126 0 0 0 $file and -f $file
0 0 0 $file and -f $file and -r _

or 2 conditions

line l !l condition
16 0 0 $opts ||= {}
43 0 0 $meta_authority || $author || ''

or 3 conditions

line l !l&&r !l&&!r condition
21 0 0 0 $author ||= _get_pause_user()
26 0 0 0 my $meta_authority ||= _get_authority_in_meta()