| blib/lib/App/Maisha.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 14 | 20 | 70.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 63 | 6 | 1 | if ($config and not ref $config) | 
| 71 | 0 | 4 | unless $config | 
| 72 | 0 | 4 | if ref $config ne 'HASH' | 
| 91 | 1 | 3 | if $tag eq '.' | 
| 102 | 0 | 4 | defined $config->{'CONFIG'}{'pager'} ? : | 
| 103 | 3 | 1 | defined $config->{'CONFIG'}{'order'} ? : | 
| 104 | 0 | 4 | defined $config->{'CONFIG'}{'limit'} ? : | 
| 105 | 0 | 4 | defined $config->{'CONFIG'}{'chars'} ? : | 
| 106 | 0 | 4 | defined $config->{'CONFIG'}{'format'} ? : | 
| 112 | 4 | 2 | if $plugin eq 'CONFIG' |