| blib/lib/AI/MicroStructure/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 23 | 34.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 21 | 8 | 0 | 0 | -e '.micro' and -e $ENV{'HOME'} . '/.micro' | 
| line | l | !l | condition | 
|---|---|---|---|
| 48 | 0 | 8 | $state->{'cfg'}{'query'} ||= 'micro' | 
| 49 | 0 | 8 | $state->{'cfg'}{'tempdir'} ||= '/tmp/micro-temp/' | 
| 50 | 0 | 8 | $state->{'cfg'}{'couchdb'} ||= 'http://localhost:5984/' | 
| 51 | 0 | 8 | $state->{'cfg'}{'conceptimg'} ||= 'http://qunatup.com/tiny/concept2.php' | 
| 52 | 0 | 8 | $state->{'cfg'}{'wikipedia'} ||= 'http://en.wikipedia.org/wiki/' | 
| 53 | 0 | 8 | $state->{'cfg'}{'db'} ||= 'table' | 
| 54 | 0 | 8 | $state->{'cfg'}{'out'} ||= 'json' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 23 | 0 | 0 | 0 | $config->{$_} ||= $c->{$_} | 
| 30 | 0 | 0 | 0 | $c->{$_} ||= $config->{$_} |