|
NAMESecurity::TLSCheck::Result -- Result storage, aggregation and output VERSIONVersion 0.2.x SYNOPSISDESCRIPTIONMETHODSadd_result_for_category( $category => $result )Helper method for adding a result. aggregateAggregates all values for output %result is: (
Name =>
{
class => "Security::TLSCheck::Checks::Name",
aggregates =>
count =>
},
OtherName => .....
)
outputPrints the result. A subcluss usually overrides this with some more special output (CSV, ...)
|