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

FGasper / p5-CBOR-Free / 29217547360
95%

Build:
DEFAULT BRANCH: master
Ran 13 Jul 2026 01:33AM UTC
Jobs 1
Files 20
Run time 1min
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 Jul 2026 01:30AM UTC coverage: 95.238% (+0.1%) from 95.114%
29217547360

push

github

web-flow
Add opt-in duplicate map key rejection (#11)

This adds opt-in duplicate map key rejection to `CBOR::Free::Decoder` and `CBOR::Free::SequenceDecoder`, following [RFC 8949, Section 5.6](https://www.rfc-editor.org/rfc/rfc8949.html#section-5.6).

```perl
my $decoder = CBOR::Free::Decoder->new;
$decoder->reject_duplicate_keys();

# {"a": 1, "a": 2}
my $cbor = pack 'H*', 'a2616101616102';

$decoder->decode($cbor);
# Dies with CBOR::Free::X::DuplicateMapKey
```

Default decoding behavior remains unchanged. The full test suite passes.

7 of 7 new or added lines in 2 files covered. (100.0%)

280 of 294 relevant lines covered (95.24%)

867.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29217547360.1 13 Jul 2026 01:33AM UTC 20
95.24
GitHub Action Run
Source Files on build 29217547360
  • Tree
  • List 20
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f793174b on github
  • Prev Build on master (#29217516743)
  • Next Build on master (#29300338308)
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