| line |
true |
false |
branch |
|
25
|
6 |
0 |
unless $self->{$DATA_KEY}{'include'} |
|
26
|
3 |
3 |
unless $self->{$DATA_KEY}{'exclude'} |
|
28
|
0 |
6 |
if (@include) { } |
|
38
|
3 |
2 |
unless $self->{$DATA_KEY}{'inline'} |
|
52
|
0 |
4 |
$$conf{$name . '-file'} ? : |
|
|
0 |
4 |
$conf->{$name} ? : |
|
56
|
0 |
4 |
if (defined $content) |
|
68
|
4 |
0 |
if ($self->{$DATA_KEY}{'syntax-highlight'}) |
|
89
|
0 |
2 |
unless @{$self->_private->{'stacks'};} == 1 |
|
99
|
6 |
6 |
if ($para =~ /^(#+) (.*)/) { } |
|
102
|
1 |
5 |
if ($skip_until_level) |
|
105
|
0 |
1 |
if ($level > $skip_until_level) { } |
|
114
|
1 |
5 |
if ($self->_should_exclude_section($heading)) { } |
|
|
2 |
3 |
elsif ($self->_should_inline_section($heading)) { } |
|
120
|
0 |
2 |
if $para ne "\n" |
|
123
|
3 |
0 |
if ($conf->{'title-case'}) |
|
127
|
3 |
0 |
if ($conf->{'shift-headings'}) |
|
139
|
5 |
1 |
unless $skip_until_level |
|
157
|
2 |
2 |
$paragraph =~ /(\b(sub|my|use|shift)\b|\$self|\=\>|\$_|\@_)/ ? : |
|
172
|
3 |
0 |
unless /[[:lower:]]/ |
|
185
|
3 |
0 |
defined $4 ? : |
|
|
0 |
3 |
defined $3 ? : |
|
|
0 |
3 |
defined $2 ? : |