Branch Coverage

File:lib/Code/Statistics/File.pm
Coverage:77.8%

line%coveragebranch
68100TFif $self->relative_paths
69100TFif not $self->relative_paths
71100TFif $self->foreign_paths
8150TFif not @supported_metrics
84100TFif not $targets
9450TFif "Code::Statistics::Target::$target"->supports($metric)
9550TFif "Code::Statistics::Metric::$metric"->supports($target)
9650TFif "Code::Statistics::Target::$target"->incompatible_with($metric)
97100TFif "Code::Statistics::Metric::$metric"->incompatible_with($target)