line |
true |
false |
branch |
139
|
0 |
18 |
if ($_[0]{'module_flag'}) { } |
|
0 |
18 |
elsif ($_[0]{'url_flag'}) { } |
324
|
0 |
2 |
if ($$self{'accept_codes'} and $$self{'accept_codes'}{'VerbatimFormatted'}) { } |
|
0 |
2 |
elsif ($$self{'codes_in_verbatim'}) { } |
338
|
2 |
0 |
if @$para > 3 |
364
|
0 |
5 |
unless defined $in and length $in |
366
|
0 |
5 |
if ($in =~ /^(0[0-7]*)$/) { } |
|
0 |
5 |
elsif ($in =~ /^0?x([0-9a-fA-F]+)$/) { } |
369
|
0 |
5 |
if ($Pod::Escapes::NOT_ASCII) |
371
|
0 |
0 |
unless ($in =~ /^\d+$/) |
374
|
0 |
0 |
unless defined $in |
383
|
4 |
1 |
if (defined $Pod::Escapes::Name2character_number{$in} and $Pod::Escapes::Name2character_number{$in} < 127) { } |
|
1 |
0 |
elsif (defined $Pod::Escapes::Name2character_number{$in}) { } |