jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.84k stars 172 forks source link

issue-103 - Parser fails when processing this library https://github.… #104

Closed jfeliu007 closed 4 years ago

jfeliu007 commented 4 years ago

…com/golang/go

Return immediately after we find the list is empty.

Fixes #103

codecov[bot] commented 4 years ago

Codecov Report

Merging #104 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #104    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            5         5            
  Lines          609       509   -100     
==========================================
- Hits           609       509   -100     
Impacted Files Coverage Δ
parser/class_parser.go 100.00% <100.00%> (ø)
parser/alias.go 100.00% <0.00%> (ø)
parser/field.go 100.00% <0.00%> (ø)
parser/struct.go 100.00% <0.00%> (ø)
parser/function.go 100.00% <0.00%> (ø)

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 beb9382...ec3dc0b. Read the comment docs.