lib/CallBackery/Plugin/Doc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 0 | 0 | 2 | $path and -r $path |
line | l | !l | condition |
---|---|---|---|
27 | 1 | 0 | $conf ||= {} |
28 | 0 | 1 | $conf->{'name'} || 'pod' |
29 | 0 | 1 | $conf->{'preprocess'} || 'ep' |
30 | 1 | 0 | $conf->{'index'} || die('index attribute is required') |
31 | 1 | 0 | $conf->{'root'} || die('root attribute is required') |
32 | 1 | 0 | $conf->{'template'} || die('template attribute is required') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
99 | 14 | 0 | 0 | $e->tag eq "h1" or not @$sections |