Condition Coverage

blib/lib/NetApp/Filer/Export.pm
Criterion Covered Total %
condition 7 42 16.6


and 3 conditions

line !l l&&!r l&&r condition
78 0 0 0 exists $args{'rw_all'} and @{$args{'rw'};}
82 0 0 0 exists $args{'ro_all'} and @{$args{'ro'};}
381 0 0 0 defined $self->get_anon and defined $other->get_anon
389 0 0 0 $self->get_rw_all and not $other->get_rw_all
393 0 0 0 not $self->get_rw_all and $other->get_rw_all
397 0 0 0 $self->get_ro_all and not $other->get_ro_all
401 0 0 0 not $self->get_ro_all and $other->get_ro_all

or 3 conditions

line l !l&&r !l&&!r condition
86 0 0 0 @{$args{'rw'};} or exists $args{'rw_all'}
0 0 0 @{$args{'rw'};} or exists $args{'rw_all'} or @{$args{'ro'};}
0 0 0 @{$args{'rw'};} or exists $args{'rw_all'} or @{$args{'ro'};} or exists $args{'ro_all'}
381 0 0 0 defined $self->get_anon or defined $other->get_anon
452 2 2 5 $key eq 'ro' or $key eq 'rw'
3 1 1 $key eq 'sec' or $key eq 'root'
1 0 0 $key eq 'actual' or $key eq 'anon'