From 3996e2d0ac85ca3181cb92550ee476812ccd29ca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 21 Apr 2024 14:46:14 +0000 Subject: [PATCH] Code coverage for 0916dc2 --- coverage.json | 2 +- index.html | 28 ++++++++-------- src/capture/activated/active.rs.html | 4 +-- src/capture/activated/dead.rs.html | 4 +-- src/capture/activated/index.html | 28 ++++++++-------- src/capture/activated/iterator.rs.html | 4 +-- src/capture/activated/mod.rs.html | 26 +++++++-------- src/capture/activated/offline.rs.html | 4 +-- src/capture/inactive.rs.html | 16 ++++----- src/capture/index.html | 22 ++++++------ src/capture/mod.rs.html | 18 +++++----- src/capture/selectable.rs.html | 4 +-- src/codec.rs.html | 6 ++-- src/device.rs.html | 46 +++++++++++++------------- src/index.html | 38 ++++++++++----------- src/lib.rs.html | 16 ++++----- src/linktype.rs.html | 18 +++++----- src/packet.rs.html | 28 ++++++++-------- src/raw.rs.html | 4 +-- src/stream/index.html | 8 ++--- src/stream/mod.rs.html | 6 ++-- src/stream/unix.rs.html | 2 +- 22 files changed, 166 insertions(+), 166 deletions(-) diff --git a/coverage.json b/coverage.json index f73de706..c99e07fc 100644 --- a/coverage.json +++ b/coverage.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"coverage","message":"96.29%","color":"green"} \ No newline at end of file +{"schemaVersion":1,"label":"coverage","message":"96.23%","color":"green"} \ No newline at end of file diff --git a/index.html b/index.html index 987031b3..049d2b96 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@

Lines

- 96.29 %

+ 96.23 %

@@ -23,7 +23,7 @@

Functions

- 51.53 %

+ 50.16 %

@@ -55,11 +55,11 @@ 100% - 240 / 240 + 232 / 232 - 47.67% - 1770 / 3713 + 46.57% + 1695 / 3640 @@ -79,11 +79,11 @@ 100% - 117 / 117 + 115 / 115 - 76.3% - 132 / 173 + 78.62% + 114 / 145 @@ -103,11 +103,11 @@ 100% - 314 / 314 + 312 / 312 - 80.11% - 290 / 362 + 80.06% + 249 / 311 @@ -130,8 +130,8 @@ 4 / 30 - 25% - 3 / 12 + 18.18% + 2 / 11 @@ -139,7 +139,7 @@ diff --git a/src/capture/activated/active.rs.html b/src/capture/activated/active.rs.html index bbffad45..1924ec09 100644 --- a/src/capture/activated/active.rs.html +++ b/src/capture/activated/active.rs.html @@ -23,7 +23,7 @@

Functions

- 84.62 %

+ 81.82 %

@@ -2354,7 +2354,7 @@ diff --git a/src/capture/activated/dead.rs.html b/src/capture/activated/dead.rs.html index a3630a94..685698fc 100644 --- a/src/capture/activated/dead.rs.html +++ b/src/capture/activated/dead.rs.html @@ -23,7 +23,7 @@

Functions

- 92.86 %

+ 91.67 %

@@ -1394,7 +1394,7 @@ diff --git a/src/capture/activated/index.html b/src/capture/activated/index.html index 53d12f6b..442da606 100644 --- a/src/capture/activated/index.html +++ b/src/capture/activated/index.html @@ -15,7 +15,7 @@

Lines

- 100 %

+ 100 %

@@ -23,7 +23,7 @@

Functions

- 80.11 %

+ 80.06 %

@@ -58,8 +58,8 @@ 20 / 20 - 84.62% - 22 / 26 + 81.82% + 18 / 22 @@ -82,8 +82,8 @@ 15 / 15 - 92.86% - 13 / 14 + 91.67% + 11 / 12 @@ -106,8 +106,8 @@ 24 / 24 - 86.36% - 38 / 44 + 83.33% + 30 / 36 @@ -127,11 +127,11 @@ 100% - 219 / 219 + 217 / 217 - 78.02% - 181 / 232 + 79.29% + 157 / 198 @@ -154,8 +154,8 @@ 36 / 36 - 78.26% - 36 / 46 + 76.74% + 33 / 43 @@ -163,7 +163,7 @@ diff --git a/src/capture/activated/iterator.rs.html b/src/capture/activated/iterator.rs.html index e3177011..8ddd4663 100644 --- a/src/capture/activated/iterator.rs.html +++ b/src/capture/activated/iterator.rs.html @@ -23,7 +23,7 @@

Functions

- 86.36 %

+ 83.33 %

@@ -4498,7 +4498,7 @@ diff --git a/src/capture/activated/mod.rs.html b/src/capture/activated/mod.rs.html index 5bd05693..d9d15064 100644 --- a/src/capture/activated/mod.rs.html +++ b/src/capture/activated/mod.rs.html @@ -15,7 +15,7 @@

Lines

- 100 %

+ 100 %

@@ -23,7 +23,7 @@

Functions

- 78.02 %

+ 79.29 %

@@ -502,13 +502,13 @@ 30
- 2 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
53
- 6 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
+
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
-

Date: 2024-03-16 09:00

+

Date: 2024-04-21 14:46

diff --git a/src/capture/activated/offline.rs.html b/src/capture/activated/offline.rs.html index 6d0b8604..62674cb3 100644 --- a/src/capture/activated/offline.rs.html +++ b/src/capture/activated/offline.rs.html @@ -23,7 +23,7 @@

Functions

- 78.26 %

+ 76.74 %

@@ -2546,7 +2546,7 @@
diff --git a/src/capture/inactive.rs.html b/src/capture/inactive.rs.html index b6a22545..a16b72f1 100644 --- a/src/capture/inactive.rs.html +++ b/src/capture/inactive.rs.html @@ -15,7 +15,7 @@

Lines

- 100 %

+ 100 %

@@ -23,7 +23,7 @@

Functions

- 79.75 %

+ 81.97 %

@@ -2166,13 +2166,13 @@ 134
- 4 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
+
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
-

Date: 2024-03-16 09:00

+

Date: 2024-04-21 14:46

diff --git a/src/capture/index.html b/src/capture/index.html index 0a9a0868..b8b76eba 100644 --- a/src/capture/index.html +++ b/src/capture/index.html @@ -15,7 +15,7 @@

Lines

- 100 %

+ 100 %

@@ -23,7 +23,7 @@

Functions

- 76.3 %

+ 78.62 %

@@ -55,11 +55,11 @@ 100% - 66 / 66 + 65 / 65 - 79.75% - 63 / 79 + 81.97% + 50 / 61 @@ -79,11 +79,11 @@ 100% - 38 / 38 + 37 / 37 - 72.5% - 58 / 80 + 76.39% + 55 / 72 @@ -106,8 +106,8 @@ 13 / 13 - 78.57% - 11 / 14 + 75% + 9 / 12 @@ -115,7 +115,7 @@ diff --git a/src/capture/mod.rs.html b/src/capture/mod.rs.html index 3b0a315c..4451758e 100644 --- a/src/capture/mod.rs.html +++ b/src/capture/mod.rs.html @@ -15,15 +15,15 @@

Lines

- 100 %

+ 100 %

Functions

-

- 72.5 %

+

+ 76.39 %

@@ -2918,13 +2918,13 @@ 181
- 2 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
+
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
-

Date: 2024-03-16 09:00

+

Date: 2024-04-21 14:46

diff --git a/src/capture/selectable.rs.html b/src/capture/selectable.rs.html index c0f3c527..483eb031 100644 --- a/src/capture/selectable.rs.html +++ b/src/capture/selectable.rs.html @@ -23,7 +23,7 @@

Functions

- 78.57 %

+ 75 %

@@ -1330,7 +1330,7 @@
diff --git a/src/codec.rs.html b/src/codec.rs.html index 3f390856..11915af7 100644 --- a/src/codec.rs.html +++ b/src/codec.rs.html @@ -22,8 +22,8 @@

Functions

-

- 33.33 %

+

+ 100 %

@@ -674,7 +674,7 @@ diff --git a/src/device.rs.html b/src/device.rs.html index 7308ae7f..92eb8f19 100644 --- a/src/device.rs.html +++ b/src/device.rs.html @@ -15,7 +15,7 @@

Lines

- 100 %

+ 100 %

@@ -23,7 +23,7 @@

Functions

- 67.89 %

+ 69.88 %

@@ -566,13 +566,13 @@ 34
- 16 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, Clone, PartialEq, Eq)]
+
#[derive(Debug, Clone, PartialEq, Eq)]
65
- 4 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, Clone)]
+
#[derive(Debug, Clone)]
109
- 2 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, Clone)]
+
#[derive(Debug, Clone)]
208
- 4 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, Clone)]
+
#[derive(Debug, Clone)]
-

Date: 2024-03-16 09:00

+

Date: 2024-04-21 14:46

diff --git a/src/index.html b/src/index.html index 5328a905..9f5f2eda 100644 --- a/src/index.html +++ b/src/index.html @@ -15,7 +15,7 @@

Lines

- 100 %

+ 100 %

@@ -23,7 +23,7 @@

Functions

- 47.67 %

+ 46.57 %

@@ -58,8 +58,8 @@ 0 / 0 - 33.33% - 1 / 3 + 100% + 1 / 1 @@ -79,11 +79,11 @@ 100% - 133 / 133 + 129 / 129 - 67.89% - 74 / 109 + 69.88% + 58 / 83 @@ -103,11 +103,11 @@ 100% - 68 / 68 + 67 / 67 - 66.67% - 30 / 45 + 69.44% + 25 / 36 @@ -127,11 +127,11 @@ 100% - 18 / 18 + 17 / 17 - 72.73% - 16 / 22 + 92.31% + 12 / 13 @@ -151,11 +151,11 @@ 100% - 21 / 21 + 19 / 19 - 62.5% - 15 / 24 + 81.82% + 9 / 11 @@ -178,8 +178,8 @@ 0 / 0 - 46.55% - 1634 / 3510 + 45.48% + 1590 / 3496 @@ -187,7 +187,7 @@ diff --git a/src/lib.rs.html b/src/lib.rs.html index c0891dc9..388bf7e0 100644 --- a/src/lib.rs.html +++ b/src/lib.rs.html @@ -15,7 +15,7 @@

Lines

- 100 %

+ 100 %

@@ -23,7 +23,7 @@

Functions

- 66.67 %

+ 69.44 %

@@ -1606,13 +1606,13 @@ 99
- 18 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, PartialEq, Eq)]
+
#[derive(Debug, PartialEq, Eq)]
-

Date: 2024-03-16 09:00

+

Date: 2024-04-21 14:46

diff --git a/src/linktype.rs.html b/src/linktype.rs.html index 2dc5f762..15592a9f 100644 --- a/src/linktype.rs.html +++ b/src/linktype.rs.html @@ -15,15 +15,15 @@

Lines

- 100 %

+ 100 %

Functions

-

- 72.73 %

+

+ 92.31 %

@@ -262,13 +262,13 @@ 15
- 12 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
+
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
-

Date: 2024-03-16 09:00

+

Date: 2024-04-21 14:46

diff --git a/src/packet.rs.html b/src/packet.rs.html index a0d09ff4..2de7bd8a 100644 --- a/src/packet.rs.html +++ b/src/packet.rs.html @@ -15,15 +15,15 @@

Lines

- 100 %

+ 100 %

Functions

-

- 62.5 %

+

+ 81.82 %

@@ -86,13 +86,13 @@ 4
- 276 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Debug, Clone, PartialEq, Eq)]
+
#[derive(Debug, Clone, PartialEq, Eq)]
29
- 2 + class="column is-1 is-narrow p-0 has-text-centered has-text-white has-background-white" + role="cell" aria-label="no coverage"> +
-
-
#[derive(Copy, Clone)]
+
#[derive(Copy, Clone)]
-

Date: 2024-03-16 09:00

+

Date: 2024-04-21 14:46

diff --git a/src/raw.rs.html b/src/raw.rs.html index b29ae88e..4bfb0f2b 100644 --- a/src/raw.rs.html +++ b/src/raw.rs.html @@ -23,7 +23,7 @@

Functions

- 46.55 %

+ 45.48 %

@@ -5762,7 +5762,7 @@
diff --git a/src/stream/index.html b/src/stream/index.html index 7558e3a2..0c33a789 100644 --- a/src/stream/index.html +++ b/src/stream/index.html @@ -23,7 +23,7 @@

Functions

- 25 %

+ 18.18 %

@@ -58,8 +58,8 @@ 4 / 6 - 75% - 3 / 4 + 66.67% + 2 / 3 @@ -91,7 +91,7 @@ diff --git a/src/stream/mod.rs.html b/src/stream/mod.rs.html index 0e9f4f52..0eb73c5c 100644 --- a/src/stream/mod.rs.html +++ b/src/stream/mod.rs.html @@ -22,8 +22,8 @@

Functions

-

- 75 %

+

+ 66.67 %

@@ -898,7 +898,7 @@ diff --git a/src/stream/unix.rs.html b/src/stream/unix.rs.html index 13425b44..60bf1c64 100644 --- a/src/stream/unix.rs.html +++ b/src/stream/unix.rs.html @@ -1122,7 +1122,7 @@