• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SanDisk-Open-Source / pyvcd / 79 / 6
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 13 Mar 2020 06:22PM UTC
Files 3
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Mar 2020 04:59PM UTC coverage: 100.0%. Remained the same
MAKE_TARGET=coverage

push

travis-ci

jpgrayson
New CompoundVectorVariable class

Vector variables, such as 'integer', 'register', etc., support either
having a simple scalar (int) size, or a compound n-tuple of int size. Since
the variable's size is known statically when the variable is instantiated,
it is possible to have distinct Variable subclasses to handle these two
cases.

The new CompoundVectorVariable class handles compound-sized vector
variables where the existing VectorVariable class handles simply-sized
vector variables.

Splitting the implementation in this manner adds clarity and improves
performance for both simple and compound vector variables since one fewer
branch needs to be evaluated on each value change.

304 of 304 branches covered (100.0%)

Branch coverage included in aggregate %.

552 of 552 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 79.6 (MAKE_TARGET=coverage)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 68
  • Travis Job 79.6
  • 7d504e2f on github
  • Prev Job for MAKE_TARGET=coverage on master (#78.6)
  • Next Job for MAKE_TARGET=coverage on master (#80.6)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc