| blib/lib/Text/Perlate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 36 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 448 | 0 | 0 | 0 | $debug and $compiled |
| 526 | 0 | 0 | 0 | defined $code and $code =~ qr/^(.*?\]\])/s |
| 533 | 0 | 0 | 0 | defined $code and $code =~ qr/\[\[/s |
| 561 | 0 | 0 | 0 | defined $text and $text ne '' |
| 594 | 0 | 0 | 0 | defined $code and $code ne '' |
| 686 | 0 | 0 | 0 | $debug and $debug >= 10 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 355 | 0 | 0 | 0 | $default eq 'input_file' or $default eq 'input_string' |
| 366 | 0 | 0 | 0 | exists $$options{'input_file'} or exists $$options{'input_string'} |
| 415 | 0 | 0 | 0 | $$options{'skip_path'} or $filename =~ qr"^/"s |
| 443 | 0 | 0 | 0 | not $compiled or $$options{'preprocess_only'} |
| 449 | 0 | 0 | 0 | $compiled or defined $input |
| 494 | 0 | 0 | 0 | $input =~ s/^(.*?)\[\[(\-*|\+)(#?)(\s.*?\s)(\-*|\+)\]\]//s or $input =~ s/^(.*)$//s |