Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added test TernaryOp and bug fix for try/resource and pre-inc #74

Merged
merged 1 commit into from
Dec 23, 2022

Conversation

nbauma109
Copy link
Owner

No description provided.

@nbauma109 nbauma109 changed the title added test TernaryOp added test TernaryOp and bug fix for try/resource and pre-inc Dec 23, 2022
@codecov
Copy link

codecov bot commented Dec 23, 2022

Codecov Report

Base: 62.35% // Head: 63.39% // Increases project coverage by +1.03% 🎉

Coverage data is based on head (4f5e9cc) compared to base (870d359).
Patch coverage: 80.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #74      +/-   ##
============================================
+ Coverage     62.35%   63.39%   +1.03%     
- Complexity     4227     4307      +80     
============================================
  Files           354      354              
  Lines         22988    22992       +4     
  Branches       4616     4617       +1     
============================================
+ Hits          14335    14576     +241     
+ Misses         6619     6341     -278     
- Partials       2034     2075      +41     
Impacted Files Coverage Δ
...uction/fast/visitor/ReplaceInstructionVisitor.java 47.50% <80.00%> (+32.37%) ⬆️
...uction/bytecode/ComparisonInstructionAnalyzer.java 58.85% <0.00%> (+0.27%) ⬆️
...a/jd/core/process/layouter/JavaSourceLayouter.java 80.41% <0.00%> (+0.69%) ⬆️
...re/process/writer/visitor/SourceWriterVisitor.java 64.90% <0.00%> (+0.89%) ⬆️
...constructor/InitArrayInstructionReconstructor.java 62.19% <0.00%> (+1.21%) ⬆️
...lyzer/classfile/visitor/ReplaceDupLoadVisitor.java 40.49% <0.00%> (+1.37%) ⬆️
...s/analyzer/classfile/visitor/ReferenceVisitor.java 90.24% <0.00%> (+1.46%) ⬆️
...reconstructor/AssignmentOperatorReconstructor.java 43.92% <0.00%> (+1.86%) ⬆️
...cess/analyzer/classfile/LocalVariableAnalyzer.java 76.67% <0.00%> (+1.95%) ⬆️
...process/layouter/visitor/MaxLineNumberVisitor.java 82.35% <0.00%> (+1.96%) ⬆️
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nbauma109 nbauma109 merged commit 7d92e2a into master Dec 23, 2022
@nbauma109 nbauma109 deleted the ternary-op branch December 23, 2022 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant