struct

Deadfinder::CoverageSummary

Inherits Struct < Value < Object

Constructors

new(total_tested : Int32, total_dead : Int32, overall_coverage_percentage : Float64, overall_status_counts : Hash(String, Int32))
Source

Instance methods

overall_coverage_percentage
Source
overall_coverage_percentage=(overall_coverage_percentage : Float64)
Source
overall_status_counts
Source
overall_status_counts=(overall_status_counts : Hash(String, Int32))
Source
total_dead
Source
total_dead=(total_dead : Int32)
Source
total_tested
Source
total_tested=(total_tested : Int32)
Source