| line | true | false | branch | 
 
| 40 | 0 | 0 | unless GetOptions \%option, 'version|v=s', 'distiname|d=s', 'dir|D=s', 'state|s=s', 'verbose|V+', 'man', 'help', 'VERSION!' | 
 
| 52 | 0 | 0 | if ($option{'VERSION'}) { } | 
 
|  | 0 | 0 | elsif ($option{'man'}) { } | 
 
|  | 0 | 0 | elsif ($option{'help'}) { } | 
 
|  | 0 | 0 | elsif (not $option{'version'} && $option{'distname'}) { } | 
 
| 77 | 0 | 0 | if $$report{'version'} ne $option{'version'} | 
 
| 78 | 0 | 0 | if $option{'state'} and $$report{'state'} eq $option{'state'} | 
 
| 81 | 0 | 0 | if glob "$dir/*.$guid" | 
 
| 87 | 0 | 0 | if ($text =~ /ccflags[^\n]+ -DDEBUGGING.+?\n/ms) | 
 
| 90 | 0 | 0 | unless ($$report{'platform'} =~ /thread/) | 
 
| 110 | 1 | 1 | if $meta | 
 
| 111 | 0 | 0 | -f '.build/latest/MYMETA.yml' ? : | 
 
|  | 1 | 0 | -f 'MYMETA.yml' ? : | 
 
| 124 | 0 | 0 | if (-f $cache) |