| line | true | false | branch | 
 
| 11 | 0 | 0 | if $e = $dom->at('title') | 
 
| 15 | 0 | 0 | unless $text =~ /\w/ | 
 
| 21 | 0 | 0 | if ($self->url->path =~ m[/commit]) { } | 
 
|  | 0 | 0 | elsif ($self->url->path =~ m[/(?:issue|pull)]) { } | 
 
| 22 | 0 | 0 | if $e = $dom->at('img.avatar') and $e->{'src'} | 
 
| 23 | 0 | 0 | if $e = $dom->at('.commit-title') | 
 
| 24 | 0 | 0 | if $e = $dom->at('.commit-author-section') | 
 
| 27 | 0 | 0 | if $e = $dom->at('img.timeline-comment-avatar') and $e->{'src'} | 
 
| 28 | 0 | 0 | if $e = $dom->at('.js-issue-title') | 
 
| 29 | 0 | 0 | if $e = eval {
	do {
	$dom->at('#partial-discussion-header a.author')->parent
}
} |