You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/genhtml.1
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -528,14 +528,14 @@ and
528
528
529
529
where
530
530
.I$hash
531
-
is a reference to a hask of key/value pairs which are meaningful to you.
531
+
is a reference to a hash of key/value pairs which are meaningful to you.
532
532
This data is stored in the
533
533
.Iprofile
534
534
database. See the 'profile' section in man
535
535
.Blcovrc(5)
536
536
for more information.
537
537
538
-
If your callback is not a perl module - for example, is a shellscript - then it should return a string such that the first word on each line is the key and the remainder is the associated data. If a key is repeated, then the corresponding data strings are concatentated, separated by newline.
538
+
If your callback is not a perl module - for example, is a shellscript - then it should return a string such that the first word on each line is the key and the remainder is the associated data. If a key is repeated, then the corresponding data strings are concatenated, separated by newline.
539
539
540
540
If you want to record only system information, then a shell callback is likely sufficient. If you want to record any tool-specific/internal information, then you will need to implement a perl module so that your callback will be able to access the information.
541
541
Note that the constructor of your
@@ -614,7 +614,7 @@ path or any parameter contains spaces or shell special characters.
614
614
.IP3.3
615
615
If an option is specified multiple times, then the parameters are
616
616
.Inot
617
-
split, but are simply concatentated to form the command line - see the examples, below.
617
+
split, but are simply concatenated to form the command line - see the examples, below.
618
618
.br
619
619
For simplicity and ease of understanding: your command line should
620
620
pass all arguments individually, or all as a comma-separated list - not a mix of the two.
@@ -2509,7 +2509,7 @@ Use this switch if you want some artifact of coverage report generation -
2509
2509
.Ie.g.,
2510
2510
the coverage criteria check or the serialized coverage DB,
2511
2511
.Betc.
2512
-
- but do not need teh coverage report HTML itself.
2512
+
- but do not need the coverage report HTML itself.
2513
2513
2514
2514
2515
2515
.RE
@@ -2738,17 +2738,17 @@ whether the condition was sensitized or not. Conditions are shown in the followi
2738
2738
2739
2739
.RS3
2740
2740
.IPT:3
2741
-
True sense of subexpression was sensitized: if this subexpression's value had been false, then the condition resut would have been different.
2741
+
True sense of subexpression was sensitized: if this subexpression's value had been false, then the condition result would have been different.
2742
2742
.IPt:3
2743
2743
True sense of subexpression was
2744
2744
.Bnot
2745
-
sensitized: the conditon result would not change if the subexpression value was different.
2745
+
sensitized: the condition result would not change if the subexpression value was different.
2746
2746
.IPF:
2747
-
False sense of subexpression was sensitized: if this subexpression's value had been true, then the condition resut would have been different.
2747
+
False sense of subexpression was sensitized: if this subexpression's value had been true, then the condition result would have been different.
2748
2748
.IPf:
2749
2749
False sense of subexpression was
2750
2750
.Bnot
2751
-
sensitized: the conditon result would not change if the subexpression value was different.
2751
+
sensitized: the condition result would not change if the subexpression value was different.
2752
2752
.RE
2753
2753
2754
2754
Note that branch and MC/DC coverage are identical if the condition is
@@ -2779,7 +2779,7 @@ constituent expression changed from true to false (termed the 'true' sense, abov
2779
2779
.br
2780
2780
For example, the expression
2781
2781
.IA||B
2782
-
is sensitve to
2782
+
is sensitive to
2783
2783
.IA==true
2784
2784
when
2785
2785
.IB==false,
@@ -2981,7 +2981,7 @@ function execution count record (
2981
2981
.IFN
2982
2982
).
2983
2983
.PP
2984
-
.IP"(enhanced LCOV fomat)"3
2984
+
.IP"(enhanced LCOV format)"3
2985
2985
function alias record (
2986
2986
.IFNA
2987
2987
) without matching function declaration record (
@@ -3004,7 +3004,7 @@ internal tool issue detected. Please report this bug along with a testcase.
3004
3004
3005
3005
.IPmismatch:3
3006
3006
Incorrect or inconsistent information found in coverage data and/or source code - for example,
3007
-
the souce code contains overlapping exclusion directives.
3007
+
the source code contains overlapping exclusion directives.
3008
3008
3009
3009
.PP
3010
3010
@@ -3436,7 +3436,7 @@ that implements a check for "UNC + LBC + UIC == 0".
3436
3436
3437
3437
.I\*[scriptdir]/threshold.pm
3438
3438
.RS
3439
-
Sample script written as Perl module to check for miminum acceptable
3439
+
Sample script written as Perl module to check for minimum acceptable
3440
3440
line and/or branch and/or and/or MC/DC function coverage.
Copy file name to clipboardExpand all lines: man/geninfo.1
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -660,7 +660,7 @@ by default.
660
660
Follow links when searching .gcda files, as well as to decide whether a
661
661
particular (symbolically linked) source directory is "internal" to the project or not - see the
662
662
.I\-\-no\-external
663
-
option, above, for more inforamtion.
663
+
option, above, for more information.
664
664
The
665
665
.I\-\-followcommandlineoptionisequivalenttothe
666
666
.Igeninfo_follow_symlinks
@@ -928,7 +928,7 @@ internal tool issue detected. Please report this bug along with a testcase.
928
928
929
929
.IPmismatch:3
930
930
Incorrect information found in coverage data and/or source code - for example,
931
-
the souce code contains overlapping exclusion directives.
931
+
the source code contains overlapping exclusion directives.
932
932
.PP
933
933
934
934
.IPmissing:3
@@ -1542,7 +1542,7 @@ is the line number where the condition is found - and is expected to be a non-ze
1542
1542
.I<groupSize>
1543
1543
and
1544
1544
.I<index>
1545
-
serve to uniquely define a particular elemenet in the expression tree of a particular conditional found on the associated line.
1545
+
serve to uniquely define a particular element in the expression tree of a particular conditional found on the associated line.
1546
1546
.br
1547
1547
Within a particular line and group,
1548
1548
.I<index>
@@ -1555,7 +1555,7 @@ is either
1555
1555
.I"f"
1556
1556
or
1557
1557
.I"t",
1558
-
indicating whether the condition is sensitive to the indicated change - that is, does the condition outcome change if the corresponging changes from 'false' to 'true' or from 'tru' to 'false, respectively.
1558
+
indicating whether the condition is sensitive to the indicated change - that is, does the condition outcome change if the corresponding changes from 'false' to 'true' or from 'tru' to 'false, respectively.
1559
1559
1560
1560
1561
1561
.I<taken>
@@ -1566,7 +1566,7 @@ as the number of times that the expression was sensitized where others may treat
1566
1566
as a boolean - 1:sensitized or 0: not sensitized.
1567
1567
1568
1568
.I<expression>
1569
-
is an arbitary string, intended to be a meaningful string which will help the user to understand the condition context - see below.
1569
+
is an arbitrary string, intended to be a meaningful string which will help the user to understand the condition context - see below.
1570
1570
.I<expression>
1571
1571
appears in the 'tooltip' popup of the associated MC/DC condition in the
Copy file name to clipboardExpand all lines: man/lcov.1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -777,11 +777,11 @@ One or more
777
777
.I\-\-substitution
778
778
patterns and/or a
779
779
.I\-\-resolve-script
780
-
may be specified. When multiple paterns are specified, they are applied in the order specifed, substitution patterns first followed by the resolve callback.
780
+
may be specified. When multiple patterns are specified, they are applied in the order specified, substitution patterns first followed by the resolve callback.
781
781
The file search order is:
782
782
.RS
783
783
.IP1.3
784
-
Look for file name (unmodifed).
784
+
Look for file name (unmodified).
785
785
.br
786
786
If the file exits: return it.
787
787
.PP
@@ -791,7 +791,7 @@ Apply all substitution patterns in order - the result of the first pattern is us
791
791
If a file corresponding to the resulting name exists: return it.
792
792
.PP
793
793
.IP3.3
794
-
Apply the 'resolve' callback ot the final result of pattern substituions.
794
+
Apply the 'resolve' callback ot the final result of pattern substitutions.
795
795
.br
796
796
If a file corresponding to the resulting name exists: return it.
0 commit comments