| blib/lib/App/sqltree.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 18 | 33.3 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 70 | 2 | 0 | 0 | $Test::App::sqltree::SHARE_DIR || dist_dir('SQL-Tree') | 
| 73 | 2 | 0 | 0 | $$opts{'driver'} ||= prompt('Driver:', 'SQLite') | 
| 77 | 2 | 0 | 0 | $$opts{'table'} ||= prompt('Table:', 'items') | 
| 78 | 2 | 0 | 0 | $$opts{'pk'} ||= prompt('Primary Key Column:', 'id') | 
| 79 | 2 | 0 | 0 | $$opts{'parent'} ||= prompt('Parent Column:', 'parent_id') | 
| 80 | 2 | 0 | 0 | $$opts{'type'} ||= prompt('PK/Parent Column Type:', 'integer') |