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

justin-millman / Kvasir / 30 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2021 02:44AM UTC
Files 51
Run time 3s
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

02 Aug 2021 02:38AM UTC coverage: 99.73% (+0.03%) from 99.705%
AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Debug

push

travis-ci-com

justin-millman
StickyList

A StickyList is a list-like data structure in which each element has a 'stickiness' that defines whether or not its
position in the list is fixed. A non-sticky element can occupy any available slot, whereas a sticky element must ocupy
the slot at which it was inserted/added. This can lead to gaps in the list, which are filled by non-sticky elements
whenever possible (such as on addition, or when a gap arises due to a removal).

The StickyList will be used for ordering columns during Translation, as some Fields will be pinned to specificy column
indices while others will be flexible. That being said, the StickyList itself is intended to be general-purpose: for
example, it throws exceptions on invalid or noncomformant input and exposes certain query APIs that may not be useful
for the specific Translation use case.

1475 of 1479 relevant lines covered (99.73%)

95.4 hits per line

Source Files on job 30.1 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Debug)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28
  • Travis Job 30.1
  • f2cfc7ee 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=Debug on master (#28.1)
  • 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=Debug on master (#33.1)
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