blib/lib/Text/Forge.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 24 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
118 | 3 | 6 | 10 | @code || defined $pre and $string =~ /^([ \t\r\f]*\n)(.*)$/s |
395 | 14 | 0 | 0 | $$self{'_tie_obj'} and not $$self{'_in_template'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
31 | 8 | 6 | 0 | ref $class || $class |
118 | 12 | 4 | 3 | @code || defined $pre |
155 | 0 | 10 | 0 | $$self{'_header_sent'} or $$self{'_tie_obj'} |
217 | 0 | 0 | 9 | $warning or $@ |
237 | 1 | 9 | 0 | $$self{'cache_module'}->fetch($path) || $self->compile($path) |
360 | 5 | 0 | 0 | ref $self || croak("autoload: $self is not an object") |