| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Trace.Hpc.Lcov.Report
Documentation
newtype LcovReport Source #
Constructors
| LcovReport [FileReport] |
data FileReport Source #
Constructors
| FileReport | |
Fields | |
Instances
| Show FileReport Source # | |
Defined in Trace.Hpc.Lcov.Report Methods showsPrec :: Int -> FileReport -> ShowS # show :: FileReport -> String # showList :: [FileReport] -> ShowS # | |
| Eq FileReport Source # | |
Defined in Trace.Hpc.Lcov.Report | |
data FunctionReport Source #
Constructors
| FunctionReport | |
Fields | |
Instances
| Show FunctionReport Source # | |
Defined in Trace.Hpc.Lcov.Report Methods showsPrec :: Int -> FunctionReport -> ShowS # show :: FunctionReport -> String # showList :: [FunctionReport] -> ShowS # | |
| Eq FunctionReport Source # | |
Defined in Trace.Hpc.Lcov.Report Methods (==) :: FunctionReport -> FunctionReport -> Bool # (/=) :: FunctionReport -> FunctionReport -> Bool # | |
data BranchReport Source #
Constructors
| BranchReport | |
Fields | |
Instances
| Show BranchReport Source # | |
Defined in Trace.Hpc.Lcov.Report Methods showsPrec :: Int -> BranchReport -> ShowS # show :: BranchReport -> String # showList :: [BranchReport] -> ShowS # | |
| Eq BranchReport Source # | |
Defined in Trace.Hpc.Lcov.Report | |
data LineReport Source #
Constructors
| LineReport | |
Fields | |
Instances
| Show LineReport Source # | |
Defined in Trace.Hpc.Lcov.Report Methods showsPrec :: Int -> LineReport -> ShowS # show :: LineReport -> String # showList :: [LineReport] -> ShowS # | |
| Eq LineReport Source # | |
Defined in Trace.Hpc.Lcov.Report | |
writeReport :: FilePath -> LcovReport -> IO () Source #
showReport :: LcovReport -> String Source #