Condition Coverage

blib/lib/CPAN/Changes/Release.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
81 1 0 1 @_ > 1 and ref $_[0] eq "HASH"
90 0 0 0 @_ > 1 and ref $_[0] eq "HASH"
142 0 31 5 defined $name and length $name

or 2 conditions

line l !l condition
84 1 1 $opts{'group'} || ''
93 0 0 $opts{'group'} || ''
102 1 41 $args{'sort'} || sub { sort @_; }

or 3 conditions

line l !l&&r !l&&!r condition
144 4 1 0 $entry ||= $self->add_entry($name)