| blib/lib/WSST/Generator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 4 | 13 | 30.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 64 | 0 | 0 | 0 | /\.tmpl$/ and not /^inc_/ | 
| line | l | !l | condition | 
|---|---|---|---|
| 42 | 0 | 0 | shift() || {} | 
| 56 | 0 | 0 | $$opts{'outdir'} || 'output' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 18 | 1 | 0 | 0 | $$self{'tmpl_dir'} ||= _find_tmpl_dir() | 
| 30 | 2 | 1 | 2 | $ent =~ /^\./ or not -d "$$self{'tmpl_dir'}/$ent" |