| blib/lib/Const/Introspect/C.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 14 | 57.1 |
| line | l | !l | condition |
|---|---|---|---|
| 196 | 4 | 0 | $dss->get_data_section($name) // die("no such template: $name") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 111 | 0 | 0 | 1 | $ret != 0 or $sig != 0 |
| 193 | 24 | 4 | 0 | $cache->{$name} //= do { state $dss; $dss //= 'Data::Section::Simple'->new('Const::Introspect::C'); $dss->get_data_section($name) // die("no such template: $name") } |
| 195 | 2 | 2 | 0 | $dss //= 'Data::Section::Simple'->new('Const::Introspect::C') |
| 201 | 26 | 2 | 0 | $tt //= 'Template'->new |