| bin/wrt-ls | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 13 | 20 | 65.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 103 | 0 | 5 | unless &GetOptionsFromArray(\@local_argv, 'config=s', \$config_file, 'help', sub { pod2usage(0); } , 'days', \$list_days, 'months', \$list_months, 'years', \$list_years, 'props', \$list_props, 'with-titles', \$with_titles) | 
| 116 | 1 | 4 | if ($option_count > 1) { } | 
| 4 | 0 | elsif ($option_count == 1) { } | |
| 122 | 0 | 4 | unless (-e $config_file) | 
| 131 | 1 | 3 | if ($list_days) { } | 
| 1 | 2 | elsif ($list_months) { } | |
| 1 | 1 | elsif ($list_years) { } | |
| 1 | 0 | elsif ($list_props) { } | |
| 0 | 0 | elsif ($list_all) { } | |
| 148 | 0 | 16 | if ($with_titles) { } |