diff --git a/development/classes/parser.LcovParser.html b/development/classes/parser.LcovParser.html index b80b32be..2af780e2 100644 --- a/development/classes/parser.LcovParser.html +++ b/development/classes/parser.LcovParser.html @@ -1,15 +1,15 @@
Try to parse as many results as possible with the currently available chunks.
-Try to parse a result, this may fail if there's no or insufficient data. +
Try to parse as many results as possible with the currently available chunks.
+Try to parse a result, this may fail if there is no or insufficient data.
Check the done
and incomplete
fields for false
values.
Add the chunk
to the list of chunks that should be parsed.
Parses the given chunks based on the provided FieldNames. Please note that a LcovParser#write call doesn't imply any parsing, call the LcovParser#read or LcovParser#flush functions to parse the given chunks.
-