NAME
Code::Statistics::Target - base class for Code::Statistic targets
VERSION
version 1.190680
find_targets Returns an arrayref to a list of targets found in the given file. Is called with the target class name and a Code::Statistics::File object. This function should be overridden with specific logic to actually retrieve the target list.
incompatible_with Returns true if the given metric is explicitly not supported by this target. Is called with the target class name and a string representing the metric identifiers after 'Code::Statistics::Metric::'. Default is that all targets are compatible with all metrics.
force_support Returns true if the given metric is forcibly supported by this target. Is called with the target class name and a string representing the metric identifiers after 'Code::Statistics::Metric::'. Default is that no forcing happens.
Has higher precedence than 'incompatible_with' and should be used to
override incompatibilities set by other metrics.
AUTHOR
Christian Walde <mithaldu@yahoo.de>
COPYRIGHT AND LICENSE
Christian Walde has dedicated the work to the Commons by waiving all of his or her rights to the work worldwide under copyright law and all related or neighboring legal rights he or she had in the work, to the extent allowable by law.
Works under CC0 do not require attribution. When citing the work, you should not imply endorsement by the author.