Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
58 0 0 0 $file_authority and $file_authority ne $meta_authority
78 0 0 0 $meta and $$meta{'x_authority'}
87 0 0 0 -f $file and -r _
89 0 0 0 $meta and ref $meta eq ref {}
96 0 0 0 $file and -f $file
0 0 0 $file and -f $file and -r _

or 2 conditions

line l !l condition
36 0 0 $meta_authority || $author || ''

or 3 conditions

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