jitsi / ice4j

A Java implementation of the ICE protocol
Apache License 2.0
437 stars 232 forks source link

ref: Use the HEADER_LENGTH constant. #252

Closed bgrozev closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #252 (e731423) into master (a9ba80e) will decrease coverage by 0.32%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #252      +/-   ##
============================================
- Coverage     39.14%   38.81%   -0.33%     
+ Complexity     1378     1369       -9     
============================================
  Files           178      178              
  Lines         12164    12164              
  Branches       1842     1842              
============================================
- Hits           4761     4722      -39     
- Misses         6742     6787      +45     
+ Partials        661      655       -6     
Impacted Files Coverage Δ
...org/ice4j/attribute/MessageIntegrityAttribute.java 70.37% <100.00%> (ø)
...ava/org/ice4j/ice/harvest/AbstractUdpListener.java 21.11% <0.00%> (-7.46%) :arrow_down:
...n/java/org/ice4j/socket/MergingDatagramSocket.java 31.63% <0.00%> (-5.11%) :arrow_down:
...in/java/org/ice4j/stack/MessageProcessingTask.java 66.00% <0.00%> (-4.00%) :arrow_down:
src/main/java/org/ice4j/ice/CheckList.java 54.81% <0.00%> (-2.41%) :arrow_down:
...in/java/org/ice4j/stack/StunClientTransaction.java 79.61% <0.00%> (-1.95%) :arrow_down:
src/main/java/org/ice4j/ice/CandidatePair.java 69.40% <0.00%> (-0.75%) :arrow_down:
src/main/java/org/ice4j/stack/StunStack.java 52.76% <0.00%> (-0.70%) :arrow_down:
src/main/java/org/ice4j/ice/Agent.java 54.61% <0.00%> (-0.64%) :arrow_down:
...org/ice4j/socket/MultiplexingXXXSocketSupport.java 51.51% <0.00%> (-0.61%) :arrow_down:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a9ba80e...e731423. Read the comment docs.