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

justin-millman / Kvasir / 39 / 2
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 30 May 2022 02:45PM UTC
Files 73
Run time 36min
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

30 May 2022 02:41PM UTC coverage: 97.863% (+0.5%) from 97.408%
AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release

push

travis-ci-com

justin-millman
RelationSet<T>

This commit implements the RelationSet<T>, the second collection type of the Kvasir framework. RelationSets are
unordered collections that track utation operations and disallow duplicate values; they can expose the current 'state'
of their elements for appropriate interaction with a back-end relational database. The API of a RelationSet is identical
to that of a standard HashSet<T>, with the addition of a few explicit interface implementations of the new IRelation API
(which is internal, and therefore hidden from users). RelationSets should only be used with immutable elements.

1328 of 1357 relevant lines covered (97.86%)

72.24 hits per line

Source Files on job 39.2 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37
  • Travis Job 39.2
  • b8cedd3d on github
  • Prev Job for AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release on master (#37.2)
  • Next Job for AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release on master (#43.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc