| blib/lib/App/Git/Workflow/Command/Files.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 15 | 16 | 93.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 25 | 1 | 7 | unless get_options(\%option, "since|s=s", "age|a=i", "tag|t=s", "branch|b=s", "local|l", "max_history|max-history|m=i") | 
| 39 | 5 | 2 | @ARGV && 'App::Git::Workflow::Command::Files'->can("do_$ARGV[0]") ? : | 
| 57 | 4 | 6 | if $option{'verbose'} | 
| 60 | 8 | 2 | if ($all_files->{$file}) | 
| 63 | 4 | 12 | if $option{'verbose'} and $option{'verbose'} > 1 | 
| 71 | 1 | 15 | unless @branches | 
| 93 | 0 | 1 | unless $files->{$a}{'count'} <=> $files->{$b}{'count'} | 
| 98 | 1 | 6 | $option{'since'} ? : |