Condition Coverage

blib/lib/Git/Repository/Log/Iterator.pm
Criterion Covered Total %
condition 7 8 87.5


and 3 conditions

line !l l&&!r l&&r condition
27 39 0 17 &blessed($_) && $_->isa('Git::Repository')
59 50 15 25 /\Acommit / and @records

or 2 conditions

line l !l condition
28 17 1 $r ||= 'Git::Repository'