| File: | lib/Code/Statistics/File.pm |
| Coverage: | 77.8% |
| line | % | coverage | branch | |
|---|---|---|---|---|
| 68 | 100 | T | F | if $self->relative_paths |
| 69 | 100 | T | F | if not $self->relative_paths |
| 71 | 100 | T | F | if $self->foreign_paths |
| 81 | 50 | T | F | if not @supported_metrics |
| 84 | 100 | T | F | if not $targets |
| 94 | 50 | T | F | if "Code::Statistics::Target::$target"->force_support($metric) |
| 95 | 50 | T | F | if "Code::Statistics::Metric::$metric"->force_support($target) |
| 96 | 50 | T | F | if "Code::Statistics::Target::$target"->incompatible_with($metric) |
| 97 | 100 | T | F | if "Code::Statistics::Metric::$metric"->incompatible_with($target) |