| blib/lib/Marky.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 4 | 14 | 28.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 22 | 0 | 1 | unless (-f $conf_file) | 
| 25 | 0 | 0 | unless (-f $conf_file) | 
| 31 | 0 | 1 | if (defined $ENV{'MARKY_CONFIG'} and -f $ENV{'MARKY_CONFIG'}) | 
| 45 | 0 | 0 | if (defined $mojo_config->{'public_dir'} and $mojo_config->{'public_dir'} and -d $mojo_config->{'public_dir'}) | 
| 59 | 0 | 1 | unless (-d $pubdir) | 
| 62 | 0 | 0 | unless (-d $pubdir) | 
| 71 | 1 | 0 | if (-d $pubdir) |