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