| GO/Parsers/base_parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 23 | 21.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 317 | 0 | 20 | 0 | $self->can('xslt') and $self->xslt |
| 333 | 0 | 0 | 0 | $xslt_file and -f $xslt_file |
| 512 | 817 | 100 | 1 | scalar keys %$h and not $$h{$acc} |
| line | l | !l | condition |
|---|---|---|---|
| 75 | 0 | 0 | $$e{'line_no'} || '' |
| 0 | 0 | $$e{'file'} || '' | |
| 0 | 0 | $$e{'line'} || '' | |
| 0 | 0 | $$e{'msg'} || '' | |
| 147 | 18 | 0 | shift() || die('need to pass file argument') |
| 242 | 0 | 0 | $$self{'_file_to_cache_sub'} || sub { my $f = shift(); $f =~ s/\.\w+$//; $f .= $suffix; return $f; } |
| 376 | 0 | 0 | 'FileHandle'->new($file2) || die("cannot open $file2") |