lib/oembed.js   A
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 17
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
cc 0
wmc 0
c 2
b 0
f 0
nc 1
mnd 0
bc 0
fnc 0
dl 0
loc 17
rs 10
bpm 0
cpm 0
noi 0
1
module.exports = [
2
  'type',
3
  'version',
4
  'title',
5
  'author_name',
6
  'author_url',
7
  'provider_name',
8
  'provider_url',
9
  'cache_age',
10
  'thumbnail_url',
11
  'thumbnail_width',
12
  'thumbnail_height',
13
  'url',
14
  'html',
15
  'width',
16
  'height'
17
]
18