| lib/Code/Statistics/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 18 | 77.7 |
| line | true | false | branch |
|---|---|---|---|
| 65 | 8 | 1 | if $self->relative_paths |
| 66 | 1 | 8 | unless $self->relative_paths |
| 68 | 8 | 1 | if $self->foreign_paths |
| 78 | 0 | 32 | unless @supported_metrics |
| 81 | 16 | 16 | unless $targets |
| 91 | 0 | 256 | if "Code::Statistics::Target::$target"->force_support($metric) |
| 92 | 0 | 256 | if "Code::Statistics::Metric::$metric"->force_support($target) |
| 93 | 0 | 256 | if "Code::Statistics::Target::$target"->incompatible_with($metric) |
| 94 | 64 | 192 | if "Code::Statistics::Metric::$metric"->incompatible_with($target) |