blib/lib/Statocles/Theme.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
115 | 0 | 0 | 1 | &blessed($@) and $@->isa('Path::Tiny::Error') |
0 | 0 | 1 | &blessed($@) and $@->isa('Path::Tiny::Error') and $@->{'op'} =~ /^open/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
158 | 1538 | 306 | 1 | $self->_templates->{$path} ||= $self->read($path) |
188 | 214 | 65 | 0 | $self->_includes->{$path} ||= $self->build_template($path, $store->read_file($path)) |