Condition Coverage

blib/lib/App/GitHub/update.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
22 0 0 0 defined $_ and length $_
25 0 0 0 defined $token and length $token

or 2 conditions

line l !l condition
22 0 0 defined $_ and length $_ or die "Missing repository\n"

or 3 conditions

line l !l&&r !l&&!r condition
138 0 0 0 $repository ||= $guess{'repository'}
139 0 0 0 $description ||= $guess{'description'}