| line |
true |
false |
branch |
|
58
|
0 |
9 |
if (&none(sub {
$_ eq $k;
}
, @VALID_HOOKS)) { } |
|
|
1 |
8 |
elsif (not defined $v) { } |
|
|
0 |
8 |
elsif (ref $v ne 'CODE') { } |
|
76
|
0 |
35141 |
unless @_ |
|
80
|
197 |
34944 |
unless (builtin::blessed($_[0]) and $_[0]->isa(__PACKAGE__)) |
|
83
|
17575 |
17566 |
if defined wantarray |
|
113
|
17563 |
0 |
ref $md_or_ref ? : |
|
117
|
17562 |
0 |
if wantarray |
|
133
|
259 |
76322 |
if ($bl->{'type'} eq 'break') { } |
|
|
1050 |
75272 |
elsif ($bl->{'type'} eq 'heading') { } |
|
|
4870 |
70402 |
elsif ($bl->{'type'} eq 'code') { } |
|
|
2455 |
67947 |
elsif ($bl->{'type'} eq 'html') { } |
|
|
43800 |
24147 |
elsif ($bl->{'type'} eq 'paragraph') { } |
|
|
9716 |
14431 |
elsif ($bl->{'type'} eq 'quotes') { } |
|
|
14355 |
76 |
elsif ($bl->{'type'} eq 'list') { } |
|
|
7 |
69 |
elsif ($bl->{'type'} eq 'table') { } |
|
|
69 |
0 |
elsif ($bl->{'type'} eq 'directive') { } |
|
138
|
520 |
530 |
ref $c eq 'ARRAY' ? : |
|
145
|
3106 |
1764 |
if ($this->get_code_blocks_info eq "language" and $bl->{'info'}) |
|
156
|
8080 |
35720 |
if ($this->get_allow_task_list_markers eq "list" and $parent_type eq "list" and $block_index == 1 or $this->get_allow_task_list_markers eq "always") |
|
162
|
9 |
8071 |
if ($bl->{'content'}[0] =~ / ^ \s* \[ (? [ xX] ) \] (? \s | $ ) /ux) |
|
167
|
6 |
3 |
$Markdown::Perl::LAST_PAREN_MATCH{'marker'} eq ' ' ? : |
|
|
9 |
0 |
$Markdown::Perl::LAST_PAREN_MATCH{'space'} eq ' ' ? : |
|
172
|
12278 |
31522 |
if ($tight_block) { } |
|
|
5 |
31517 |
elsif ($this->get_render_naked_paragraphs) { } |
|
187
|
20 |
14335 |
if $type eq "ol" and $num != 1 |
|
194
|
2 |
11 |
$_ ? : |
|
198
|
6 |
1 |
if (@{$bl->{'content'}{'table'};}) |
|
203
|
2 |
0 |
$ms ? : |
|
|
14 |
2 |
if (defined $_) { } |
|
204
|
16 |
0 |
defined $b ? : |
|
212
|
10 |
59 |
if defined $bl->{'attributes'} |
|
214
|
4 |
65 |
if exists $attr{'id'} |
|
215
|
12 |
57 |
if defined $bl->{'name'} |
|
216
|
46 |
23 |
if exists $attr{'class'} |
|
217
|
2 |
67 |
if exists $attr{'keys'} |
|
222
|
1 |
68 |
if (defined $bl->{'inline'} and $this->get_warn_for_unused_input) |
|
225
|
1 |
68 |
if (defined $attr{'junk'} and $this->get_warn_for_unused_input) |