Sha256: e10f3f9686821a5f4500064e666c098cfb5f3b97fb45960f46c9c759fee82f12

Contents?: true

Size: 888 Bytes

Versions: 3

Compression:

Stored size: 888 Bytes

Contents

# Athenian::CodeBypassingPRsMeasurement

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **date** | **Date** | Commits were pushed beginning with this date. They were not pushed later than +granularity. |  |
| **bypassed_commits** | **Integer** | Number of commits that bypassed PRs in the time interval. |  |
| **bypassed_lines** | **Integer** | Number of changed (added + removed) lines that bypassed PRs in the time interval. |  |
| **total_commits** | **Integer** | Overall number of commits in the time interval. |  |
| **total_lines** | **Integer** | Overall number of changed (added + removed) lines in the time interval. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::CodeBypassingPRsMeasurement.new(
  date: null,
  bypassed_commits: null,
  bypassed_lines: null,
  total_commits: null,
  total_lines: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/CodeBypassingPRsMeasurement.md
athenian-2.1.85 docs/CodeBypassingPRsMeasurement.md
athenian-2.1.81 docs/CodeBypassingPRsMeasurement.md