line |
true |
false |
branch |
63
|
0 |
0 |
if ($scheme =~ /^https?|.*$/ or $self->{'section'}) |
65
|
0 |
0 |
if $self->{'section'} |
66
|
0 |
0 |
$scheme =~ /^https?/ ? : |
|
0 |
0 |
if $self->{'is_external'} or $self->{'scheme'} and $self->{'scheme'} eq 'mailto:' |
68
|
0 |
0 |
if (not $self->{'alt_text'}) { } |
81
|
0 |
0 |
if ($scheme =~ /^https?|.*$/ or $self->{'section'}) |
83
|
0 |
0 |
if $self->{'section'} |
84
|
0 |
0 |
$scheme =~ /^https?/ ? : |
|
0 |
0 |
if $self->{'is_external'} or $self->{'scheme'} and $self->{'scheme'} eq 'mailto:' |
86
|
0 |
0 |
if (not $self->{'alt_text'}) { } |