Condition Coverage

blib/lib/Data/CodeRepos/CommitPing.pm
Criterion Covered Total %
condition 11 13 84.6


and 3 conditions

line !l l&&!r l&&r condition
76 2 143 2 ($list[0] || '') eq 'lang' and ($list[2] || '') eq 'misc'
113 138 0 1 $list[1] eq 'javascript' and $list[2] eq 'userscripts'

or 2 conditions

line l !l condition
76 146 1 $list[0] || ''
141 4 $list[2] || ''

or 3 conditions

line l !l&&r !l&&!r condition
113 2 0 139 $list[2] eq 'misc' or $list[1] eq 'javascript' and $list[2] eq 'userscripts'