line |
true |
false |
branch |
318
|
0 |
8 |
unless @t >= 6 and @t <= 9 |
329
|
0 |
0 |
if ($modifier eq '_' and not $suffix =~ /0/ or $modifier eq '-' and not $suffix =~ /0/ and $format =~ /[aAbBDFhnpPrRtTxXZ%]$/) { } |
|
0 |
0 |
elsif ($modifier eq '-' and not $suffix =~ /0/ and $format =~ /[CdgGHIjmMNsSuUVwWyYz]$/) { } |
|
0 |
0 |
elsif ($modifier eq '-') { } |
|
0 |
0 |
elsif ($modifier eq '0' and not $suffix =~ /_/) { } |
|
0 |
0 |
elsif ($modifier eq '^' and "$prefix$suffix" =~ /#/ and $format =~ /Z$/) { } |
|
0 |
0 |
elsif ($modifier eq '^' and not $format =~ /[pP]$/) { } |
|
0 |
0 |
elsif ($modifier eq '#' and $format =~ /[aAbBh]$/) { } |
|
0 |
0 |
elsif ($modifier eq '#' and $format =~ /[pZ]$/) { } |
356
|
0 |
0 |
unless $prefix =~ s/(.)$// |
368
|
0 |
0 |
unless $str =~ /^([+-])(.*)$/ |